Exemple #1
0
        public ActionResult EditAbout()
        {
            StaticPgManager manager   = new StaticPgManager();
            var             tempmodel = manager.GetById(2);
            var             model     = tempmodel.StaticPage;

            return(View(model));
        }
Exemple #2
0
        public ActionResult Disclaimer()
        {
            StaticPgManager manager   = new StaticPgManager();
            var             tempmodel = manager.GetById(1);
            var             model     = tempmodel.StaticPage;

            return(View(model));
        }