Exemple #1
0
        public ActionResult DeleteSingle(int id)
        {
            bool delflag  = ActionInfoService.DeleteSingle(id);
            var  jsondata = new { delflag, Status.code };

            return(Json(jsondata, JsonRequestBehavior.AllowGet));
        }