コード例 #1
0
 public List<Product> getNewProductList(ProductCategory productCategory, int maxResults) {
   return productDao.getNewProductList(productCategory, maxResults);
 }
コード例 #2
0
 public List<Product> getNewProductList(int maxResults) {
   return productDao.getNewProductList(maxResults);
 }