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