コード例 #1
0
 public Scores GetGameScores(int matchId)
 {
     return(_scoreRepo.GetGameScores(matchId));
 }