Table of Contents

Method GetShow

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

GetShow(IPrimaryKey, CancellationToken)

Gets the show model entity by primary keys.

public virtual Task<TShow> GetShow(IPrimaryKey keys, CancellationToken cancellationToken = default)

Parameters

keys IPrimaryKey

The primary keys.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TShow>

The show model entity.