Example #1
0
 public void UpdateQuantity(OrderItem orderItem)
 {
     orderItemDAO.UpdateQuantity(orderItem);
 }