Beispiel #1
0
 public ThermostatSetting MapThermostatSetting(ThermostatSettingEntity src, ThermostatSetting dest)
 {
     return(mapper.Map(src, dest));
 }
Beispiel #2
0
 public ThermostatSettingEntity MapThermostatSetting(ThermostatSettingInput src, ThermostatSettingEntity dest)
 {
     return(mapper.Map(src, dest));
 }