コード例 #1
0
 public static TeacherExam ToEntity(this TeacherExamModel model, TeacherExam destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static TeacherExam ToEntity(this TeacherExamModel model)
 {
     return(model.MapTo <TeacherExamModel, TeacherExam>());
 }