コード例 #1
0
 public RegisterController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
コード例 #2
0
 public ProfileController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
コード例 #3
0
 public AdminPanelController()
 {
     _teacherBll = new TeacherBll();
     _studentBll = new StudentBll();
 }
コード例 #4
0
 public HomeController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
コード例 #5
0
 public LoginController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }