//------------------------------------------------------------------------------------------------------------------------------------------ private async Task FillingDropDownLists() { ViewBag.LevelEducation = await _dropDownList.GetLevelEducation(); ViewBag.Study = await _dropDownList.GetStudy(); ViewBag.MainSubdivision = await _dropDownList.GetMainSubdivision(); ViewBag.Position = await _dropDownList.GetPosition(); ViewBag.Dormitory = await _dropDownList.GetDormitory(); ViewBag.Departmental = await _dropDownList.GetDepartmental(); ViewBag.AcademicDegree = await _dropDownList.GetAcademicDegree(); ViewBag.ScientificTitle = await _dropDownList.GetScientificTitle(); ViewBag.SocialActivity = await _dropDownList.GetSocialActivity(); ViewBag.Privilegies = await _dropDownList.GetPrivilegies(); }
//------------------------------------------------------------------------------------------------------------------------------------------ private async Task FillingDropDownListsEducation() { ViewBag.LevelEducation = await _dropDownList.GetLevelEducation(); ViewBag.Study = await _dropDownList.GetStudy(); }