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