예제 #1
0
        public ActionResult <IEnumerable <SelectListItem> > GetDropDown()
        {
            var employees = db.GetDropDown().ToList();

            return(employees);
        }