Exemplo n.º 1
0
 public ExtratoPontosHandler(
     IExtratoReadModelService extratoReadModelService,
     ICommandBus commandBus,
     ISnapshotStore snapshotStore,
     IEventStoreService eventStoreService)
 {
     this.extratoReadModelService = extratoReadModelService;
     this.commandBus        = commandBus;
     this.snapshotStore     = snapshotStore;
     this.eventStoreService = eventStoreService;
 }
 public ExtratoParticipanteRepository(IExtratoReadModelService extratoParticipanteReadModelService)
 {
     this.extratoParticipanteReadModelService = extratoParticipanteReadModelService;
 }
 public ExtratoCriadoDomainEventHandler(IExtratoReadModelService extratoReadModelService)
 {
     this.extratoReadModelService = extratoReadModelService;
 }
 public ExtratoApplicationService(ICommandBus commandBus, IExtratoReadModelService extratoReadModelService)
 {
     this.commandBus = commandBus;
     this.extratoReadModelService = extratoReadModelService;
 }
 public ExtratoSaldoAtualizadoIntegrationEventHandler(IExtratoReadModelService extratoReadModelService)
 {
     this.extratoReadModelService = extratoReadModelService;
 }