Exemplo n.º 1
0
 public async Task <Rate> GetRate(string zip, string country = null, string city = null, string street = null)
 {
     return(await _taxCalculator.GetRateAsync(zip, country, city, street));
 }