예제 #1
0
        public ActionResult Delete(int id)
        {
            var deleteAccountSuccess = _contentCategoryAdminServices.Delete(id);

            return(RedirectToAction("Index"));
        }
예제 #2
0
 public ActionResult Delete(int id)
 {
     _contentCategoryAdminServices.Delete(id);
     return(RedirectToAction("Index"));
 }