Ejemplo n.º 1
0
 private static void ProcessConfirmCommand()
 {
     vendingMachine.ConfirmOrder();
     Console.WriteLine();
 }