Пример #1
0
 public async Task <DinazorResult <List <RoleDto> > > GetAll()
 {
     return(await _roleOperation.GetAll());
 }