Exemplo n.º 1
0
 public List<Product> getBestProductList(ProductCategory productCategory, int maxResults) {
   return productDao.getBestProductList(productCategory, maxResults);
 }
Exemplo n.º 2
0
 public List<Product> getBestProductList(int maxResults) {
   return productDao.getBestProductList(maxResults);
 }