Пример #1
0
        // GET: Home
        public ActionResult Index()
        {
            var matches = InitMatchList();

            ViewBag.MatchList = DataSave.MatchListEnableGet(matches);
            return(View());
        }