예제 #1
0
        // GET: /<controller>/
        public IActionResult Index()
        {
            var model = repHandler.GetLeagueTable();

            return(View("Index", model));
        }