示例#1
0
 public static PropertyAllotFile ToEntity(this PropertyAllotFileModel model, PropertyAllotFile destination)
 {
     return(model.MapTo(destination));
 }
示例#2
0
 public static PropertyAllotFile ToEntity(this PropertyAllotFileModel model)
 {
     return(model.MapTo <PropertyAllotFileModel, PropertyAllotFile>());
 }