示例#1
0
 public static CustomerAttribute ToEntity(this CustomerAttributeVM model, CustomerAttribute destination)
 {
     return(model.MapTo(destination));
 }
示例#2
0
 public static CustomerAttribute ToEntity(this CustomerAttributeVM model)
 {
     return(model.MapTo <CustomerAttributeVM, CustomerAttribute>());
 }