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