コード例 #1
0
 public static PropertyPicture ToEntity(this PropertyPictureModel model, PropertyPicture destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static PropertyPicture ToEntity(this PropertyPictureModel model)
 {
     return(model.MapTo <PropertyPictureModel, PropertyPicture>());
 }