예제 #1
0
 public int getDiscountedAmount()
 {
     return(discountStrategy == null ? 0 : discountStrategy.getTotal(this));
 }