예제 #1
0
 public WebControlHub(IWebConnector webCon)
 {
     _webConnector = webCon;
     Console.WriteLine("Created new hub" + _hubGuid);
 }
예제 #2
0
 public WebCrawlJob(IIntegrationCoordinatorService integrationCoordinatorService, IJobService jobService, IWebConnector webConnector)
     : base(integrationCoordinatorService, jobService)
 {
     _webConnector = webConnector;
 }