public static PropertyOff ToEntity(this PropertyOffModel createmodel, PropertyOff destination) { return(createmodel.MapTo(destination)); }
public static PropertyOff ToEntity(this PropertyOffModel createmodel) { return(createmodel.MapTo <PropertyOffModel, PropertyOff>()); }