Пример #1
0
 public bool AddMatchScore(ScoreDetails sd)
 {
     return(games.AddMatchScore(sd));
 }