Namespace Stratara.EventSourcing.EntityFrameworkCore
Namespaces
Classes
- UnitOfWork<TDbContext>
Base IUnitOfWork implementation backed by an EF Core IDbContextFactory<TContext>. Each StartAsync(CancellationToken) call mints a fresh DbContext that lives for the duration of the returned transaction.