Ejemplo n.º 1
0
 public void GetLeagueListTest()
 {
     Assert.IsNotNull(SecondaryLeaguesDictionaryCreator.GetLeagueList());
 }
 public Dictionary <string, int> GetSecondaryLeagues()
 {
     return(SecondaryLeaguesDictionaryCreator.GetLeagueList());
 }