Interface IProfileAppService
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public interface IProfileAppService : IApplicationService, IRemoteService
Methods
ChangePasswordAsync(ChangePasswordInput)
Declaration
Task ChangePasswordAsync(ChangePasswordInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangePasswordInput | input |
Returns
| Type | Description |
|---|---|
| Task |
GetAsync()
Declaration
Task<ProfileDto> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<ProfileDto> |
UpdateAsync(UpdateProfileDto)
Declaration
Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateProfileDto | input |
Returns
| Type | Description |
|---|---|
| Task<ProfileDto> |