Ejemplo n.º 1
0
 private static string GetFolder(League league)
 {
     return($@"{league.Nation.DisplayName}\{league.Tier}\{league.StartingYear}");
 }
Ejemplo n.º 2
0
 private SeasonDistribution(League league, IReadOnlyList <ISimulatableMatch> matches)
 {
     this.league  = league;
     this.matches = matches;
 }
Ejemplo n.º 3
0
 private static string GetUrl(League league)
 {
     return($"http://www.football-data.co.uk/mmz4281/{GetSeasonString(league.StartingYear)}/{league.FileName}.csv");
 }