Ejemplo n.º 1
0
 public ActionResult content(int id)
 {
     a_Message ac = new a_Message() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo };
     var r1 = ac.GetDataMaster(id, 0).SearchData;
     ViewBag.KindName = CodeSheet.消息分類L.MakeCodes().Where(x => x.Code == r1.kind).FirstOrDefault().Value;
     return View(r1);
 }
Ejemplo n.º 2
0
        public ActionResult content(int id)
        {
            a_Message ac = new a_Message() { Connection = getSQLConnection(), logPlamInfo = this.plamInfo };
            var r1 = ac.GetDataMaster(id, 0).SearchData;

            ViewBag.BodyClass = "News p2";
            return View(r1);
        }
Ejemplo n.º 3
0
        public ActionResult content(int id)
        {
            a_Message ac = new a_Message()
            {
                Connection = getSQLConnection(), logPlamInfo = this.plamInfo
            };
            var r1 = ac.GetDataMaster(id, 0).SearchData;

            ViewBag.BodyClass = "News p2";
            return(View(r1));
        }
Ejemplo n.º 4
0
        public ActionResult content(int id)
        {
            a_Message ac = new a_Message()
            {
                Connection = getSQLConnection(), logPlamInfo = this.plamInfo
            };
            var r1 = ac.GetDataMaster(id, 0).SearchData;

            ViewBag.KindName = CodeSheet.消息分類L.MakeCodes().Where(x => x.Code == r1.kind).FirstOrDefault().Value;
            return(View(r1));
        }