Exemplo n.º 1
0
        public ActionResult NhlGamesRtss()
        {
            Dictionary <string, Exception> results = new Dictionary <string, Exception>();

            if (this.IsKeyValid())
            {
                results.Add("NhlGamesRtss", this.Update(delegate() { SportsData.Nhl.NhlGamesRtss.GetNewResultsOnly(saveToDb: true); }));
                results.Add("HtmlBlob", this.Update(delegate() { HtmlBlob.UpdateSeason(forceOverwrite: false); }));
            }

            return(Json(results, JsonRequestBehavior.AllowGet));
        }
Exemplo n.º 2
0
 public void Script_HtmlBlobs_Roster()
 {
     HtmlBlob.UpdateSeason();
 }