Ejemplo n.º 1
0
 public override void EnterDetails(BookingContext booking, string attendee, int ticketCount)
 {
     booking.ShowError($"Invalid action for this state: ClosedState");
 }
Ejemplo n.º 2
0
 public override void DatePassed(BookingContext booking)
 {
     booking.ShowError($"Invalid action for this state: ClosedState");
 }