Example #1
0
 public static PropertyRentFile ToEntity(this PropertyRentFileModel model, PropertyRentFile destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static PropertyRentFile ToEntity(this PropertyRentFileModel model)
 {
     return(model.MapTo <PropertyRentFileModel, PropertyRentFile>());
 }