Beispiel #1
0
 public void TicketDiscountPromotion(TicketOrder ticketOrder)
 {
     ticketOrder.GetTicketDiscount(Popcorn, LargeSoda);
 }