コード例 #1
0
        public Hero RandomHero()
        {
            var heroRepo = new HeroRepository();

            return(heroRepo.GetRandomHero(_hostingEnvironment.ContentRootPath));
        }