Example #1
0
 public void Script_NhlGamesRtssSummary()
 {
     //DateTime fromDate = DateTime.Now.AddDays(-5);
     //NhlGamesRtssSummary.UpdateSeason(year: 2015, forceOverwrite: false, fromDate: fromDate);
     NhlGamesRtssSummary.UpdateSeason(year: 2015, forceOverwrite: true);
 }
 public void NhlHtmlReport_ParseMultipleSummaries()
 {
     NhlGamesRtssSummary.UpdateSeason(2014);
 }