Пример #1
0
 public override void EnterDetails(BookingContext booking, string attendee, int ticketCount)
 {
     booking.ShowError($"Invalid action for this state: ClosedState");
 }
Пример #2
0
 public override void DatePassed(BookingContext booking)
 {
     booking.ShowError($"Invalid action for this state: ClosedState");
 }