Browse Source
Update framework/src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/ReadOnlyAppService.cs
pull/18207/head
Ahmed Fwela
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/ReadOnlyAppService.cs
|
|
|
@ -32,7 +32,7 @@ public abstract class ReadOnlyAppService<TEntity, TEntityDto, TKey, TGetListInpu |
|
|
|
|
|
|
|
public abstract class ReadOnlyAppService<TEntity, TGetOutputDto, TGetListOutputDto, TKey, TGetListInput> |
|
|
|
: AbstractKeyReadOnlyAppService<TEntity, TGetOutputDto, TGetListOutputDto, TKey, TGetListInput> |
|
|
|
where TEntity : class, IEntity<TKey> |
|
|
|
where TEntity : class, IEntity<TKey> |
|
|
|
{ |
|
|
|
protected IReadOnlyRepository<TEntity, TKey> Repository { get; } |
|
|
|
|
|
|
|
|