Example #1
0
 public void TurnCrank()
 {
     Console.WriteLine("You turned...");
     _gumballMachine.SetSoldState();
 }