예제 #1
0
 @Override
 public Product findProductByID(int id) {
   return productDAO.findProductByID(id);
 }