コード例 #1
0
 public BookingRequestCancelledEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
コード例 #2
0
 public BookingCreatedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
コード例 #3
0
 public BookingRequestReceivedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }
コード例 #4
0
 public BookingFailedEvent(BookingSagaState reportSagaState)
 {
     _reportSagaState = reportSagaState;
 }