public TransactionScopeMessageSink(TransactionScope scope, ITrackUnitOfWork unitOfWork) { this.scope = scope; this.unitOfWork = unitOfWork; }
public IdempotentBus(IBus bus, ITrackUnitOfWork unitOfWork) : base(bus) { this.unitOfWork = unitOfWork; }