示例#1
0
 public ActionResult DelOrder(string id)
 {
     return(Json(Managers.DelOrder(id), JsonRequestBehavior.AllowGet));
 }