예제 #1
0
        public JsonResult Delete(string ID)
        {
            DeptRule rule = new DeptRule();

            try
            {
                return(Json(rule.Delete(ID), JsonRequestBehavior.AllowGet));
            }
            catch
            {
            } return(null);
        }