예제 #1
0
 public void updatePrice(int id, double price) {
   dao.updatePrice(id, price);
 }