Ejemplo n.º 1
0
 public async Task <PageOutputDto <UserListOutputDto> > GetUserPage([FromQuery] SearchUserInputDto dto)
 {
     return(await _userService.PageAsync(dto));
 }
Ejemplo n.º 2
0
 public async Task <PageOutputDto <UserOutputDto> > PageAsync(PageUserInputDto dto)
 => await _iUserContract.PageAsync(dto);