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