Beispiel #1
0
 public Task <RatesResponse> GetTaxRateByLocation(Location location)
 {
     return(_taxCalculator.GetTaxRateByLocation(location));
 }