Example #1
0
 public static PropertyOff ToEntity(this PropertyOffModel createmodel, PropertyOff destination)
 {
     return(createmodel.MapTo(destination));
 }
Example #2
0
 public static PropertyOff ToEntity(this PropertyOffModel createmodel)
 {
     return(createmodel.MapTo <PropertyOffModel, PropertyOff>());
 }