Example #1
0
        public IActionResult SetStartTime()
        {
            var matches = MatchBuilder.SetStartTimeForAllMatches(_matchService);

            _matchService.UpdateRange(matches);
            _matchService.SaveChanges();

            return(Ok());
        }