Interface IIdentityRoleAppService
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public interface IIdentityRoleAppService : ICrudAppService<IdentityRoleDto, Guid, PagedAndSortedResultRequestDto, IdentityRoleCreateDto, IdentityRoleUpdateDto>
Methods
GetAllListAsync()
Declaration
Task<ListResultDto<IdentityRoleDto>> GetAllListAsync()
Returns
| Type | Description |
|---|---|
| Task<ListResultDto<IdentityRoleDto>> |