public DwollaService(IDwollaClient client)
 {
     _headers    = new Headers();
     _client     = client;
     rootRes     = GetRootAsync().GetAwaiter().GetResult();
     _httpClient = HttpClientFactory.Create();
 }
Exemplo n.º 2
0
 internal DwollaBroker(IDwollaClient client) => _client = client;
Exemplo n.º 3
0
 public DwollaBroker(IDwollaClient client) => _client = client;