Exemplo n.º 1
0
 public SoldOutState(IGumbalMachineContext gumbalMachineContext)
 {
     _gumbalMachineContext = gumbalMachineContext;
 }
Exemplo n.º 2
0
 public HasQuarterState(IGumbalMachineContext gumbalMachineContext)
 {
     _gumbalMachineContext = gumbalMachineContext;
 }