예제 #1
0
        protected override async Task OnInitializedAsync()
        {
            await base.OnInitializedAsync();

            Results = await RankingService.ComputeResultList($"{Id}/{Stage}");

            Competition = RankingService.Competition;
        }