Method GetShow
GetShow(IPrimaryKey, CancellationToken)
Retrieves the show data for the specified keys.
public Task<TShow> GetShow(IPrimaryKey keys, CancellationToken cancellationToken = default)
Parameters
keys
IPrimaryKeyThe primary keys of the entity.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TShow>
The show data for the specified keys.