コード例 #1
0
        public ActionResult Delete(string id)
        {
            var CategoryProcess = new Process.CategoryProcess();

            CategoryProcess.Delete(Convert.ToInt32(id));
            return(RedirectToAction("Index"));
        }