Exemplo n.º 1
0
        public IActionResult Index()
        {
            _challengeService.ExecuteAllChallenges();
            var test = _challengeService.GetAllStates();

            return(View(test));
        }