Example #1
0
 internal LatestCorporationsEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestCorporations = new InternalLatestCorporations(webClient, userAgent, testing);
 }
Example #2
0
 public LatestCorporationsEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestCorporations = new InternalLatestCorporations(null, userAgent, testing);
 }