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