Пример #1
0
 public List<ProductItem> getProductItems(ProductType type) {
   return productItemDao.getProductItems(type);
 }
Пример #2
0
 public List<ProductItem> getProductItems() {
   return productItemDao.getProductItems(false);
 }