Table of Contents

Interface IPinnedListEntityService<KeyType>

Namespace
Innova.Data.PinnedList
Assembly
Innova.Data.dll

Represents a service for managing pinned list entities.

public interface IPinnedListEntityService<KeyType>

Type Parameters

KeyType

The type of the keys used to retrieve pinned list items.

Methods

GetPinnedList(List<KeyType>, CancellationToken)

Retrieves the pinned list items for the specified keys.