Beispiel #1
0
 public PredictedMatch(Team home, Team away, List <Quarter> quarters, Ground ground, DateTime date,
                       double homeOdds, double awayOdds) : base(home, away, quarters, ground, date, homeOdds, awayOdds)
 {
 }
Beispiel #2
0
 public Team(string region, string mascot, string apiName, string abbreviation, string emoji, Ground home, List <Colour> colours)
     : this(region, mascot, apiName, abbreviation, emoji, new List <string>(), new List <Ground>() { home }, colours)
 {
 }