Table of Contents

Method GetShow

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

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 CancellationToken

The cancellation token.

Returns

Task<TShow>

The show entity.