public TimFerrissPodcastIndexer(ITextExtractorFactory textExtractorFactory)
 {
     _textExtractorFactory = textExtractorFactory;
     _fileHelper           = new FileHelper();
 }
 public RhondaPatrickPodcastIndexer(ITextExtractorFactory textExtractorFactory)
 {
     _textExtractorFactory = textExtractorFactory;
     _fileHelper           = new FileHelper();
 }
 public BenPakulskiPodcastIndexer(ITextExtractorFactory textExtractorFactory)
 {
     _fileHelper           = new FileHelper();
     _textExtractorFactory = textExtractorFactory;
 }
예제 #4
0
 public TextExtractorService(ITextExtractorFactory factory)
 {
     this.factory = factory;
 }