示例#1
0
        private async Task FillingScientificDropDownLists()
        {
            ViewBag.AcademicDegree = await _dropDownList.GetAcademicDegree();

            ViewBag.ScientificTitle = await _dropDownList.GetScientificTitle();
        }