Esempio n. 1
0
 public static SalesEmployee ToEntity(this SalesEmployeeModel model, SalesEmployee destination)
 {
     return(model.MapTo(destination));
 }
Esempio n. 2
0
 public static SalesEmployee ToEntity(this SalesEmployeeModel model)
 {
     return(model.MapTo <SalesEmployeeModel, SalesEmployee>());
 }