Exemplo n.º 1
0
        public ActionResult BOQ_JKH_List()
        {
            WebView.WebService._base myWebService;
            myWebService = new WebService._base();

            WebService._base.OSPBOQ_JKH BOQ_JKH = new WebService._base.OSPBOQ_JKH();
            BOQ_JKH = myWebService.GetOSPBOQ_JKH(0, 10);

            ViewData["data2"] = BOQ_JKH.BOQ_JKHList;

            //string input = "\\\\adsvr";
            //string output = String.Format("http:{0}", input.Replace("\\d$\\x\\y", String.Empty).Replace("\\", "/"));

            //ViewBag.output = output;

            return(View());
        }