Interface IPinnedListService<T>
Represents a service for managing pinned lists.
public interface IPinnedListService<T> : IUserSettingServiceSave where T : class
Type Parameters
TThe type of the pinned items.
Methods
- GetPinnedItems()
Retrieves the list of pinned items.