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