public static MeterGroup ToEntity(this MeterGroupModel model, MeterGroup destination) { return(model.MapTo(destination)); }
public static MeterGroup ToEntity(this MeterGroupModel model) { return(model.MapTo <MeterGroupModel, MeterGroup>()); }