Ejemplo n.º 1
0
 public TestTorrentRssIndexer(IHttpClient httpClient, IConfigService configService, IParsingService parsingService, ITorrentRssParserFactory torrentRssParserFactory, Logger logger)
     : base(httpClient, configService, parsingService, torrentRssParserFactory, logger)
 {
 }
Ejemplo n.º 2
0
 public TorrentRssIndexer(ITorrentRssParserFactory torrentRssParserFactory, IHttpClient httpClient, IIndexerStatusService indexerStatusService, IConfigService configService, IParsingService parsingService, Logger logger)
     : base(httpClient, indexerStatusService, configService, parsingService, logger)
 {
     _torrentRssParserFactory = torrentRssParserFactory;
 }
Ejemplo n.º 3
0
 public TestTorrentRssIndexer(IHttpClient httpClient, IConfigService configService, IParsingService parsingService, ITorrentRssParserFactory torrentRssParserFactory, Logger logger)
     : base(httpClient, configService, parsingService, torrentRssParserFactory, logger)
 {
 }