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