Beispiel #1
0
 public async Task <IEnumerable <UserDto> > Get()
 {
     return(await _userQuery.GetListAsync());
 }