コード例 #1
0
 public boolean addProduct(ShoppingCart product) {
   productDao.addProduct(product);
   return true;
 }