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