Example #1
0
 private double ExecuteDiscount() // execute strategy
 {
     return(priceStrategy.GetReducedPrice(totalRegularPrice));
 }