Exemplo n.º 1
0
 public decimal GetBillAmount()
 {
     return(_discountStrategy.GetBillAmount(_purchaseAmount));
 }