|
|
|
@ -62,8 +62,8 @@ namespace Volo.Abp.Application.Services |
|
|
|
} |
|
|
|
|
|
|
|
public abstract class AbstractKeyCrudAppService<TEntity, TGetOutputDto, TGetListOutputDto, TKey, TGetListInput, TCreateInput, TUpdateInput> |
|
|
|
: AbstractKeyReadOnlyAppService<TEntity, TGetOutputDto, TGetListOutputDto, TKey, TGetListInput> |
|
|
|
, ICrudAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput, TCreateInput, TUpdateInput> |
|
|
|
: AbstractKeyReadOnlyAppService<TEntity, TGetOutputDto, TGetListOutputDto, TKey, TGetListInput>, |
|
|
|
ICrudAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput, TCreateInput, TUpdateInput> |
|
|
|
where TEntity : class, IEntity |
|
|
|
{ |
|
|
|
protected virtual string CreatePolicyName { get; set; } |
|
|
|
|