Example #1
0
 public FootballMatch(FootballTeam firstFootballTeam, FootballTeam secondFootballTeam)
 {
     this.FirstFootballTeam  = firstFootballTeam;
     this.SecondFootballTeam = secondFootballTeam;
 }