Method GetShow
GetShow(PrimaryKeys<T>, CancellationToken)
Gets the show entity based on the primary keys.
public virtual Task<TShow> GetShow(PrimaryKeys<T> keys, CancellationToken cancellationToken = default)
Parameters
keys
PrimaryKeys<T>The primary keys of the entity.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TShow>
The show entity.