CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Domain.UnitOfWork< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Domain.UnitOfWork< TAuthenticationToken >, including all inherited members.

Add< TAggregateRoot >(TAggregateRoot aggregate)Cqrs.Domain.UnitOfWork< TAuthenticationToken >
Commit()Cqrs.Domain.UnitOfWork< TAuthenticationToken >
Get< TAggregateRoot >(Guid id, int? expectedVersion=null)Cqrs.Domain.UnitOfWork< TAuthenticationToken >
UnitOfWork(IAggregateRepository< TAuthenticationToken > repository)Cqrs.Domain.UnitOfWork< TAuthenticationToken >