Beispiel #1
0
        public ActionResult GetDelPrize(int ID)
        {
            int    rtn = Prize.DeleteByID(ID);
            string msg = rtn > 0 ? "ok" : "网络出错了!!";

            return(Content(msg));
        }