Interface IListMenuService<T>
Represents a list menu service that provides operations for managing list menus.
public interface IListMenuService<T> : IListMenuService<T, T>, IMenuService, IMenuServiceNavigationAware where T : class, IEntityWithKey<T>
Type Parameters
T
The type of the entity.
- Extension Methods