Ejemplo n.º 1
0
 public CustomerService(IWhatechApiClient apiClient, decimal riskThreshold)
 {
     _apiClient     = apiClient;
     _riskThreshold = riskThreshold;
 }
Ejemplo n.º 2
0
 public WhatechApiClientTests()
 {
     _apiClient = new WhatechApiClient("https://whatech-customerbets.azurewebsites.net", "eugene");
 }
Ejemplo n.º 3
0
 public RaceService(IWhatechApiClient apiClient)
 {
     _apiClient = apiClient;
 }