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