Esempio n. 1
0
 public static PropertyLendPicture ToEntity(this PropertyLendPictureModel model, PropertyLendPicture destination)
 {
     return(model.MapTo(destination));
 }
Esempio n. 2
0
 public static PropertyLendPicture ToEntity(this PropertyLendPictureModel model)
 {
     return(model.MapTo <PropertyLendPictureModel, PropertyLendPicture>());
 }