public BookingRequestCancelledEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
 public BookingCreatedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
Пример #3
0
 public BookingRequestReceivedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
Пример #4
0
 public BookingFailedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }