Пример #1
0
 public void MakeOrder(Order order)
 {
     db.AddOrder(order.ToString());
 }