Ejemplo n.º 1
0
 public decimal Get(string zip, decimal weight)
 {
     return(_shippingCalculator.CalculateShippingCost(zip, weight));
 }