Exemplo n.º 1
0
        public ActionResult _sticky()
        {
            var total = confirgurationService.GetConfirgurationByName(Constant.TOTAL_ACCESS);

            ViewBag.Total = total.Meta_Value;
            var model = stickyService.GetStickys();

            return(PartialView(model));
        }
Exemplo n.º 2
0
        // GET: Confirguration
        public ActionResult MessengerView()
        {
            var model = confirgurationService.GetConfirgurationByName(Constant.MESSENGER_NAME);

            return(PartialView(model));
        }