public ClassesController() { _db = new EduExamineContext(); }
public TeachersController() { _db = new EduExamineContext(); }
public EduYearsController() { _db = new EduExamineContext(); }
public HomeController() { _db = new EduExamineContext(); GetEduYearId = 0; }
public TeachingTypesController() { _db = new EduExamineContext(); }
public AdminsController() { _db = new EduExamineContext(); }