Example #1
0
        public ActionResult ForeOtherApplication1(string id)
        {
            IForeExhibitionDetail IF = new ForeExhibitionDetailMethod();

            return(Json(IF.ForeOtherApplication(id), JsonRequestBehavior.AllowGet));
        }
Example #2
0
        public ActionResult ForeExhibitionDetail1(string id)
        {
            IForeExhibitionDetail IE = new ForeExhibitionDetailMethod();

            return(Json(IE.TradeDetail(id), JsonRequestBehavior.AllowGet));
        }