Ejemplo n.º 1
0
 public PageService(IHtmlServie htmlService, string url)
 {
     this.htmlService = htmlService;
     this.url         = url;
 }
Ejemplo n.º 2
0
 public WebScrapingService(IHtmlServie hTMLService, IHtmlNodeService hTMLNodeService)
 {
     this.hTMLService     = hTMLService;
     this.hTMLNodeService = hTMLNodeService;
 }