Exemplo n.º 1
0
 public async Task <Tax> GetTaxOnOrder(Order order)
 {
     return(await _taxCalculator.GetTaxOnOrderAsync(order));
 }