Class ReadOnlyAppService<TEntity, TEntityDto, TKey, TGetListInput>
Inheritance
AbstractKeyReadOnlyAppService<TEntity, TEntityDto, TEntityDto, TKey, TGetListInput>
ReadOnlyAppService<TEntity, TEntityDto, TEntityDto, TKey, TGetListInput>
ReadOnlyAppService<TEntity, TEntityDto, TKey, TGetListInput>
Implements
IReadOnlyAppService<TEntityDto, TEntityDto, TKey, TGetListInput>
Inherited Members
Namespace: Volo.Abp.Application.Services
Assembly: Volo.Abp.Ddd.Application.dll
Syntax
public abstract class ReadOnlyAppService<TEntity, TEntityDto, TKey, TGetListInput> : ReadOnlyAppService<TEntity, TEntityDto, TEntityDto, TKey, TGetListInput>, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IReadOnlyAppService<TEntityDto, TEntityDto, TKey, TGetListInput>, IApplicationService, IRemoteService where TEntity : class, IEntity<TKey>
Type Parameters
Name | Description |
---|---|
TEntity | |
TEntityDto | |
TKey | |
TGetListInput |
Constructors
ReadOnlyAppService(IReadOnlyRepository<TEntity, TKey>)
Declaration
protected ReadOnlyAppService(IReadOnlyRepository<TEntity, TKey> repository)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyRepository<TEntity, TKey> | repository |