示例#1
0
        public ActionResult AddCategory(string newcategory)
        {
            repo.AddCategories(newcategory);

            return(RedirectToAction("Index"));
        }