Exemple #1
0
 public PaymentFailedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }
Exemple #2
0
 public NotificationReceivedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }
Exemple #3
0
 public PaymentReceivedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }