Method GetList
GetList(QueryParameter<T>, CancellationToken)
Retrieves a list of entities that match the specified query parameters.
public Task<List<T>> GetList(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)
Parameters
queryParameterQueryParameter<T>The query parameters.
cancellationTokenCancellationTokenThe cancellation token.