Exemple #1
0
 public void PrintGrandTotal(TicketOrder ticketOrder)
 {
     ticketOrder.GetGrandTotal(this.ConcessionCost);
 }