Exemple #1
0
 public async Task <IPagedResult <GetRoleOutput> > Search(QueryRoleInput query)
 {
     return(await _roleDomainService.Search(query));
 }