Exemple #1
0
 public RegisterController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
 public ProfileController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
 public AdminPanelController()
 {
     _teacherBll = new TeacherBll();
     _studentBll = new StudentBll();
 }
Exemple #4
0
 public HomeController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
Exemple #5
0
 public LoginController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }