Exemple #1
0
 public Match(Team homeTeam, Team awayTeam, Score score, int id)
 {
     this.HomeTeam = homeTeam;
     this.AwayTeam = awayTeam;
     this.Score = score;
     this.Id = id;
 }
Exemple #2
0
 private static void AddMatch(Team teamFirst, Team teamSecond, Score score, int id)
 {
 }