Exemplo n.º 1
0
        public ActionResult StyleGuide()
        {
            var model = new IndexModel();
            model.Init();
            model.Load();

            return View(model);
        }