コード例 #1
0
 public ActionResult Index()
 {
     a_Document ac = new a_Document() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo };
     var r1 = ac.SearchMaster(new q_Document() { s_isopen = true, sidx = "sort" }, 0).SearchData;
     ViewBag.BodyClass = "Download p1";
     return View(r1);
 }
コード例 #2
0
        public ActionResult Index()
        {
            a_Document ac = new a_Document()
            {
                Connection = getSQLConnection(), logPlamInfo = this.plamInfo
            };
            var r1 = ac.SearchMaster(new q_Document()
            {
                s_isopen = true, sidx = "sort"
            }, 0).SearchData;

            return(View(r1));
        }