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