protected override void AddToUnitOfWork(IUnitOfWork unitOfWork, UnitOfWorkEventRecord eventRecord)
 {
     unitOfWork.AddOrReplaceDistributedEvent(eventRecord);
 }
Beispiel #2
0
 public void AddOrReplaceDistributedEvent(
     UnitOfWorkEventRecord eventRecord,
     Predicate <UnitOfWorkEventRecord> replacementSelector = null)
 {
     _parent.AddOrReplaceDistributedEvent(eventRecord, replacementSelector);
 }