예제 #1
0
 public void Execute()
 {
     hottub.SetTemperature(98);
     hottub.Off();
 }
예제 #2
0
 public void Execute()
 {
     hottub.On();
     hottub.SetTemperature(104);
     hottub.Circulate();
 }