Esempio n. 1
0
        public async Task <MatchInfo> GetMatchInfoAsync(string matchId)
        {
            MatchInfo matchInfo = await apiService.FetchMatchInfoAsync(matchId);

            matchInfo.FillPartiesIndices();
            return(matchInfo);
        }