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