예제 #1
0
 @Override
 public List<Product> findAllProducts() {
   return productDAO.findAllProducts();
 }