コード例 #1
0
ファイル: BaseController.cs プロジェクト: TOByrne/TGOByrne
        public ActionResult StyleGuide()
        {
            var model = new IndexModel();
            model.Init();
            model.Load();

            return View(model);
        }