Example #1
0
 internal LatestIndustryEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestIndustry = new InternalLatestIndustry(webClient, userAgent, testing);
 }
Example #2
0
 public LatestIndustryEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestIndustry = new InternalLatestIndustry(null, userAgent, testing);
 }