Exemplo n.º 1
0
        public ActionResult Accounting()
        {
            ViewData["dropDownList"] = aServ.GetCategoryDropDown();

            return(View());
        }