Пример #1
0
 public async Task <ApiResult <IList <RoleGroup> > > GetList()
 {
     return(await _roleGroupService.GetListAsync());
 }