Ejemplo n.º 1
0
 public void updateQuantity(int id, int count)
 {
     dal.updateQuantity(id, count);
 }