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