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