public BookingRequestCancelledEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
 public BookingCreatedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
Exemple #3
0
 public BookingRequestReceivedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
 public BookingFailedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }