Exemplo n.º 1
0
 public TheTvDbAuthenticator(
     IDateTimeProvider dateTimeProvider,
     ITheTvDbConfigurationValues configurationValues,
     ILocalPaths _localPaths,
     ITheTvDbApiDownloader apiDownloader
     )
 {
     _dateTimeProvider    = dateTimeProvider;
     _configurationValues = configurationValues;
     this._localPaths     = _localPaths;
     _apiDownloader       = apiDownloader;
 }
 public TheTvDbAuthenticatorV4(
     IDateTimeProvider dateTimeProvider,
     ITheTvDbConfigurationValuesV4 configurationValues,
     ILocalPaths localPaths,
     ITheTvDbApiDownloaderV4 apiDownloader
     )
 {
     _dateTimeProvider    = dateTimeProvider;
     _configurationValues = configurationValues;
     _localPaths          = localPaths;
     _apiDownloader       = apiDownloader;
 }