示例#1
0
 public int GetPrice(int quantity)
 {
     return(pricingModel.CalculatePrice(cost, quantity));
 }