Interface IAccountAppService
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public interface IAccountAppService : IApplicationService
Methods
RegisterAsync(RegisterDto)
Declaration
Task<IdentityUserDto> RegisterAsync(RegisterDto input)
Parameters
Type | Name | Description |
---|---|---|
RegisterDto | input |
Returns
Type | Description |
---|---|
Task<IdentityUserDto> |