Ejemplo n.º 1
0
        public ActionResult Index()
        {
            ViewData["user_id"] = authInfo.GetUserID();
            ViewData["auth"]    = authStor.GetAuthMethod();

            return(View());
        }