Exemple #1
0
 public void Execute()
 {
     _thermostat.tempUp();
 }
Exemple #2
0
 public void Undo()
 {
     _thermostat.tempUp();
 }