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