Exemplo n.º 1
0
        public ActionResult Create()
        {
            ViewBag.BranchList = new SelectList(branchService.GetDropDown(), "Value", "Text");

            return(View());
        }