Exemplo n.º 1
0
        public ActionResult Create(CategoryViewModel category)
        {
            _categoryLogic.CreateCategory(category);

            return(RedirectToAction("Index"));
        }