Exemplo n.º 1
0
 public HasQuarterState(GumballMachine machine)
 {
     Machine = machine;
 }
Exemplo n.º 2
0
 public SoldOutState(GumballMachine machine)
 {
     Machine = machine;
 }