Ejemplo n.º 1
0
 public async Task <Result <IList <AdminRoleDto> > > GetRoleAllAsync(CancellationToken cancellationToken = default)
 {
     return(await adminAppService.GetRoleAllAsync(cancellationToken));
 }