Exemple #1
0
 public static PropertyOffPicture ToEntity(this PropertyOffPictureModel model, PropertyOffPicture destination)
 {
     return(model.MapTo(destination));
 }
Exemple #2
0
 public static PropertyOffPicture ToEntity(this PropertyOffPictureModel model)
 {
     return(model.MapTo <PropertyOffPictureModel, PropertyOffPicture>());
 }