Example #1
0
 public void Execute()
 {
     _thermostat.Off();
 }
Example #2
0
 public void Undo()
 {
     _thermostat.Off();
 }