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