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