Exemple #1
0
        public ActionResult Add(Category category)
        {
            categoryManager.AddCategoryEntity(category);

            return(RedirectToAction("Index"));
        }