Beispiel #1
0
 public async Task <IEnumerable <MatchRanking> > PostAndCalculateMatchRoundRanking(string matchId)
 {
     return(await _ranking.PollAndGetMatchRanking(matchId));
 }