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