Exemplo n.º 1
0
        public ActionResult Scrape()
        {
            var timeToScrape = new Scraper();

            timeToScrape.GoScrape();
            return(RedirectToAction("About"));
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            var hello = new Scraper();

            hello.GoScrape();
        }