Ejemplo n.º 1
0
 public PaymentFailedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }
Ejemplo n.º 2
0
 public NotificationReceivedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }
Ejemplo n.º 3
0
 public PaymentReceivedEvent(PaymentSagaStatus instance)
 {
     _instance = instance;
 }