コード例 #1
0
 private List<Season> GetActiveSeasons()
 {
     var seasonRepo = new SeasonRepository();
     return seasonRepo.GetAllSeasons();
 }