Пример #1
0
 public async Task <PagedList <AddressDto> > GetAync([FromUri] int pageIndex, int pageSize)
 {
     return(await _AddressBO.FindEntiesAsync(pageIndex, pageSize));
 }