Example #1
0
 private DispatchApiClient(IRestHttpClientAsync httpService)
 {
     this.httpService = httpService ?? CreateHttpService(DispatchApi.Instance.Url);
 }
Example #2
0
 private DispatchApiClient(IRestHttpClientAsync httpService)
 {
     this.httpService = httpService ?? CreateHttpService(DispatchApi.Instance.Url);
 }