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