Example #1
0
 public RateService(HttpService httpService, JsonParser jsonParser)
 {
     _httpService = httpService;
     _jsonParser  = jsonParser;
 }