Ejemplo n.º 1
0
 public OrderPaymentEventHandler(IEventSourcingHandler eventSourcing)
 {
     _eventSourcing = eventSourcing;
 }
Ejemplo n.º 2
0
 public EventSourcingSubscriber(IEventSourcingHandler <Event> handler)
 {
     _handler = handler;
 }