예제 #1
0
 public decimal CalculateDeliveryCost(decimal deliveryCost, int quantity)
 {
     return(Campaign.CalculateDeliveryCostForProduct(deliveryCost, quantity));
 }