コード例 #1
0
 public TransactionScopeMessageSink(TransactionScope scope, ITrackUnitOfWork unitOfWork)
 {
     this.scope = scope;
     this.unitOfWork = unitOfWork;
 }
コード例 #2
0
 public IdempotentBus(IBus bus, ITrackUnitOfWork unitOfWork)
     : base(bus)
 {
     this.unitOfWork = unitOfWork;
 }