Exemplo n.º 1
0
 public static CustomerTag ToEntity(this CustomerTagModel model, CustomerTag destination)
 {
     return(model.MapTo(destination));
 }
Exemplo n.º 2
0
 public static CustomerTag ToEntity(this CustomerTagModel model)
 {
     return(model.MapTo <CustomerTagModel, CustomerTag>());
 }