public RegisterController() { _studentBll = new StudentBll(); _teacherBll = new TeacherBll(); }
public ProfileController() { _studentBll = new StudentBll(); _teacherBll = new TeacherBll(); }
public AdminPanelController() { _teacherBll = new TeacherBll(); _studentBll = new StudentBll(); }
public HomeController() { _studentBll = new StudentBll(); _teacherBll = new TeacherBll(); }
public LoginController() { _studentBll = new StudentBll(); _teacherBll = new TeacherBll(); }