Definition
Namespace: EntityDb.Abstractions.Transactions
Assembly: EntityDb.Abstractions
Represents a type used to create instances of ITransactionRepository.
1
public interface ITransactionRepositoryFactory : EntityDb.Abstractions.Disposables.IDisposableResource, System.IDisposable, System.IAsyncDisposable
Methods
CreateRepository(String, CancellationToken) | Creates a new instance of ITransactionRepository. |