Exemplo n.º 1
0
        public ActionResult <IEnumerable <SelectListItem> > GetDropDown()
        {
            var suppliers = db.GetDropDown().ToList();

            return(suppliers);
        }