Exemple #1
0
 internal LatestPlanetaryInteractionEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestPlanetaryInteraction = new InternalLatestPlanetaryInteraction(webClient, userAgent, testing);
 }
Exemple #2
0
 public LatestPlanetaryInteractionEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestPlanetaryInteraction = new InternalLatestPlanetaryInteraction(null, userAgent, testing);
 }