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