Beispiel #1
0
        //
        // GET: /Home/Index

        public ActionResult Index()
        {
            ViewBag.Message = "Welcome to GAX!";
            var allSections = _siteManager.GetActiveSections();

            return(View(allSections));
        }