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