示例#1
0
 public void UpdateOrder(WCF_Order_Contract order)
 {
     BusinessLogic.UpdateOrder(order.OrderID, order.FoodID, order.Size, order.Chilli, order.Salt, order.Pepper);
 }
示例#2
0
 public void AddOrder(WCF_Order_Contract order)
 {
     BusinessLogic.AddOrder(order.User, order.FoodID, order.FoodName, order.Size, order.Chilli, order.Salt, order.Pepper);
 }