Exemplo n.º 1
0
 public TrailerChannel(IJsonSerializer json, IApplicationPaths appPaths, IHttpClient httpClient, ILogger logger)
 {
     _json       = json;
     _appPaths   = appPaths;
     _httpClient = httpClient;
     _logger     = logger;
     Instance    = this;
 }
Exemplo n.º 2
0
 public TrailerChannel(IJsonSerializer json, IApplicationPaths appPaths, IHttpClient httpClient, ILogger logger, IProviderManager providerManager)
 {
     _json = json;
     _appPaths = appPaths;
     _httpClient = httpClient;
     _logger = logger;
     _providerManager = providerManager;
     Instance = this;
 }