Example #1
0
 public static WorkHistorySection ToEntity(this WorkHistorySectionModels model, WorkHistorySection destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static WorkHistorySection ToEntity(this WorkHistorySectionModels model)
 {
     return(model.MapTo <WorkHistorySectionModels, WorkHistorySection>());
 }