Interface ICreateAppService<TGetOutputDto, TCreateInput>
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface ICreateAppService<TGetOutputDto, in TCreateInput> : IApplicationService, IRemoteService
Type Parameters
| Name |
Description |
| TGetOutputDto |
|
| TCreateInput |
|
Methods
CreateAsync(TCreateInput)
Declaration
Task<TGetOutputDto> CreateAsync(TCreateInput input)
Parameters
| Type |
Name |
Description |
| TCreateInput |
input |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><TGetOutputDto> |
|
Extension Methods