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