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