Beispiel #1
0
 public EFCoreProjectionEventListener(IEFCoreProjectionSubSystem projectionSubSystem,
                                      IUnitOfWorkFactory unitOfWorkFactory, CommandContextStack commandContextStack,
                                      EFCoreProjectionEventSequencer eventSequencer) :
     base(projectionSubSystem, unitOfWorkFactory, commandContextStack)
 {
     EventSequencer = eventSequencer;
 }
Beispiel #2
0
 public EFCoreSyncProjectionHook(ICommandContext commandContext, IEFCoreProjectionSubSystem projectionSubSystem)
 {
     this.commandContext      = commandContext;
     this.projectionSubSystem = projectionSubSystem;
 }