Example #1
0
 public void Setup()
 {
     _coffeMachine = new CoffeMachine();
 }
Example #2
0
 public Barista(CoffeMachine coffeMachine)
 {
     _coffeMachine = coffeMachine;
 }