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