Пример #1
0
 public UsenetDownloadService(ILogger <IUsenetDownloadService> logger, IOptions <UsenetDownloadServiceOptions> options,
                              IRenameService renameService, IPdbApiService pdbApiService, IVideoQualityProdiver videoQualityProdiver,
                              ISabnzbdService sabnzbdService, INzbgetService nzbgetService, IVideoMatching videoMatching)
 {
     this.logger               = logger;
     this.options              = options.Value;
     this.renameService        = renameService;
     this.pdbApiService        = pdbApiService;
     this.videoQualityProdiver = videoQualityProdiver;
     this.sabnzbdService       = sabnzbdService;
     this.nzbgetService        = nzbgetService;
     this.videoMatching        = videoMatching;
 }
Пример #2
0
 public Setup(IPdbApiService pdbApiService, ISabnzbdService sabnzbdService, INzbgetService nzbgetService)
 {
     this.pdbApiService  = pdbApiService;
     this.sabnzbdService = sabnzbdService;
     this.nzbgetService  = nzbgetService;
 }