Example #1
0
 public CaseClient(HttpClient client)
 {
     this.client = client;
     client.AddRequestInterceptor <ApiKeyService>();
     client.AddRequestInterceptor <MoliriTenantService>();
 }