Exemple #1
0
 public void Execute()
 {
     _hottub.On();
     _hottub.setTemperature(104);
     _hottub.Circulate();
 }
 public void Execute()
 {
     _hottub.setTemperature(90);
     _hottub.Off();
 }