Esempio n. 1
0
 public static PropertyAllot ToEntity(this PropertyAllotModel createmodel, PropertyAllot destination)
 {
     return(createmodel.MapTo(destination));
 }
Esempio n. 2
0
 public static PropertyAllot ToEntity(this PropertyAllotModel createmodel)
 {
     return(createmodel.MapTo <PropertyAllotModel, PropertyAllot>());
 }