Пример #1
0
 public void ConfirmOrder()
 {
     if (this.CanOrder())
     {
         _bookingEngine.CompleteTransaction(_shoppingCart);
     }
 }