Пример #1
0
 public LabelLookupEngine(IRoadieSettings configuration, IHttpEncoder httpEncoder, IRoadieDbContext context, ICacheManager cacheManager, ILogger logger)
     : base(configuration, httpEncoder, context, cacheManager, logger)
 {
     this.DiscogsLabelSearchEngine = new discogs.DiscogsHelper(this.Configuration, this.CacheManager, this.Logger);
 }
Пример #2
0
 public LabelLookupEngine(IRoadieSettings configuration, IHttpEncoder httpEncoder, IRoadieDbContext context,
                          ICacheManager cacheManager, ILogger <LabelLookupEngine> logger, discogs.IDiscogsHelper discogsHelper)
     : base(configuration, httpEncoder, context, cacheManager, logger)
 {
     DiscogsLabelSearchEngine = discogsHelper;
 }