Interface IShowEntityService<T, TShow>
Represents a service for managing entities with associated show data.
public interface IShowEntityService<T, TShow> : IEntityService<T> where T : class where TShow : classType Parameters
- T
- The type of the entity. 
- TShow
- The type of the show data. 
- Extension Methods
Methods
- GetShow(IPrimaryKey, CancellationToken)
- Retrieves the show data for the specified keys.