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