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