Exemplo n.º 1
0
        public ActionResult Delete(int id)
        {
            var deleteAccountSuccess = _contentCategoryAdminServices.Delete(id);

            return(RedirectToAction("Index"));
        }
Exemplo n.º 2
0
 public ActionResult Delete(int id)
 {
     _contentCategoryAdminServices.Delete(id);
     return(RedirectToAction("Index"));
 }