TODO: Add Namespace Description
Interfaces
ISingleEntityTransactionBuilder<TEntity> | A transaction builder for a single entity. |
ITransactionBuilder<TEntity> | Provides a way to construct an ITransaction. Note that no operations are permanent until you call Build(Id) and pass the result to a transaction repository. |
ITransactionBuilderFactory<TEntity> | Represents a type used to create instances of ITransactionBuilder<TEntity> or ISingleEntityTransactionBuilder<TEntity>. |