示例#1
0
 public static TeacherExamModel ToModel(this TeacherExam entity)
 {
     return(entity.MapTo <TeacherExam, TeacherExamModel>());
 }