示例#1
0
        public ActionResult DeleteLaw(int lawId, string test)
        {
            LawService service = new LawService();

            service.DeleteLaw(lawId);
            return(RedirectToAction("ManageLaws"));
        }