Exemple #1
0
        public ActionResult Edit(Category category)
        {
            categoryManager.EditCategoryEntity(category);

            return(RedirectToAction("Index"));
        }