Ejemplo n.º 1
0
        public ActionResult footer()
        {
            var model = _commonService.GetCurrentModel <IFooter>();

            _footerService.GetBlockData(model);
            return(View(model));
        }