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