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