Beispiel #1
0
        public IActionResult AddEducation()
        {
            ViewBag.TeacherInformationList = _educationService.GetAllTeacherInformation();
            ViewBag.CategoryList           = _educationService.GetAllCategory();

            return(View(new EducationModel()));
        }