示例#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");
 }