예제 #1
0
        public static GoStatus ScrapeMainPage(string mainPageHtml)
        {
            var status = new GoStatus();

            return(status);
        }
예제 #2
0
        public static GoStatus ScapeAll()
        {
            var status = new GoStatus();

            return(status);
        }