Method GetShow
GetShow(IPrimaryKey, CancellationToken)
Gets the show model entity by primary keys.
public virtual Task<TShow> GetShow(IPrimaryKey keys, CancellationToken cancellationToken = default)
Parameters
keysIPrimaryKeyThe primary keys.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<TShow>
The show model entity.