コード例 #1
0
ファイル: HomeController.cs プロジェクト: wuchmi01/TkuIpcAuth
        public ActionResult Index()
        {
            ViewData["user_id"] = authInfo.GetUserID();
            ViewData["auth"]    = authStor.GetAuthMethod();

            return(View());
        }