Пример #1
0
 public bool CheckOut(int id)
 {
     return(_orderServer.CheckOutOrder(id));
 }