コード例 #1
0
 public static MeterGroup ToEntity(this MeterGroupModel model, MeterGroup destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static MeterGroup ToEntity(this MeterGroupModel model)
 {
     return(model.MapTo <MeterGroupModel, MeterGroup>());
 }