Exemplo n.º 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();
 }
Exemplo n.º 4
0
 public HomeController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }
Exemplo n.º 5
0
 public LoginController()
 {
     _studentBll = new StudentBll();
     _teacherBll = new TeacherBll();
 }