예제 #1
0
 public void AddScore_ValidMatch_SaveScore()
 {
     tournamentService.AddScore(tournamentA, match, TeamSide.Home, "3");
 }