Ejemplo n.º 1
0
 public CoolingRequest SetCooling(bool state)
 {
     return(temperatureService.SetCooling(state));
 }