예제 #1
0
 public decimal Amount(PriceService priceService, object discountRule)
 {
     return(priceService.CalculatePrice(this, discountRule));
 }