コード例 #1
0
        public ActionResult Index()
        {
            Gamer g = _repo.getgamerbyaspusername(User.Identity.Name);

            currentGamer = g;
            return(View(g));
        }