public ActionResult Index() { a_PageContext ac_PageContext = new a_PageContext() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo }; var r1 = ac_PageContext.GetDataMaster(400, 0).SearchData; return View(r1); }
public ActionResult p5() { a_PageContext ac_PageContext = new a_PageContext() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo }; var r1 = ac_PageContext.GetDataMaster(140, 0).SearchData; ViewBag.BodyClass = "AboutUs p5"; return View(r1); }
public ActionResult Index() { a_PageContext ac_PageContext = new a_PageContext() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo }; var r1 = ac_PageContext.GetDataMaster(200, 0).SearchData; return(View(r1)); }
public ActionResult p3() { a_PageContext ac_PageContext = new a_PageContext() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo }; var r1 = ac_PageContext.GetDataMaster(120, 0).SearchData; ViewBag.BodyClass = "AboutUs p3"; return(View(r1)); }