示例#1
0
 public TeacherController()
 {
     _teacherService = new TeacherService();
     _teacherService.Initialize(new ModelStateWrapper(this.ModelState));
     _teacherSclClsSubjService = new TeacherSchoolClassSubjectService();
     _schoolClsSubjService     = new SchoolClassSubjectService();
 }
 public TeacherAdminController()
 {
     _teacherService           = new TeacherService();
     _teacherSclClsSubjService = new TeacherSchoolClassSubjectService();
     _schoolClsSubjService     = new SchoolClassSubjectService();
 }