コード例 #1
0
ファイル: Program.cs プロジェクト: kachna96/Vending-machine
 private static void ProcessConfirmCommand()
 {
     vendingMachine.ConfirmOrder();
     Console.WriteLine();
 }