Exemplo n.º 1
0
        public ActionResult SurveyBoard()
        {
            Competition currentCompetition = competitionRepo.GetCurrentCompetition();

            return(View(currentCompetition));
        }