Interface IReadOnlyAppService<TEntityDto, TKey, TGetListInput>
Inherited Members
Namespace: Volo.Abp.Application.Services
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IReadOnlyAppService<TEntityDto, in TKey, in TGetListInput> : IReadOnlyAppService<TEntityDto, TEntityDto, TKey, TGetListInput>, IApplicationService, IRemoteService
Type Parameters
| Name | Description |
|---|---|
| TEntityDto | |
| TKey | |
| TGetListInput |