Exemplo n.º 1
0
 public IEnumerable <Laptop> GetLaptopsPaging(int page, int pageSize)
 {
     return(laptopRepository.GetPaged(page, pageSize));
 }