Exemplo n.º 1
0
 internal LatestInsuranceEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestInsurance = new InternalLatestInsurance(webClient, userAgent, testing);
 }
Exemplo n.º 2
0
 public LatestInsuranceEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestInsurance = new InternalLatestInsurance(null, userAgent, testing);
 }