Пример #1
0
 public ActionResult GetXunjiaDetail(string id)
 {
     return(Json(Managers.GetXunjiaDetail(id), JsonRequestBehavior.AllowGet));
 }