Beispiel #1
0
 public void GetLeagueIdsTest()
 {
     Assert.IsNotNull(SecondaryLeaguesDictionaryCreator.GetLeagueIds());
 }
 public Dictionary <string, int> GetSecondaryLeagues()
 {
     return(SecondaryLeaguesDictionaryCreator.GetLeagueList());
 }