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