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