Example #1
0
 public ProcessFileHandler(IGdeltFileDownloadService fileDownloader, IGdeltUnZipService zipService, ICsvToGdeltEventConverter gdeltCsvEventExtractor, IQueueService queueService)
 {
     this.fileDownloader           = fileDownloader;
     this.zipService               = zipService;
     this.csvToGdeltEventConverter = gdeltCsvEventExtractor;
     this.queueService             = queueService;
 }
Example #2
0
 public void Setup()
 {
     this.csvToGdeltEventConverter = new CsvToGdeltEventConverter();
 }