Exemplo n.º 1
0
 public Money GetShippingTaxTotal(IShipment shipment, IMarket market, Currency currency)
 {
     return(_defaultTaxCalculator.GetShippingTaxTotal(shipment, market, currency));
 }