コード例 #1
0
 public bool AddOrder(Order order)//adds an Order
 {
     return(dal.AddOrder(order));
 }