pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Add AutofacAggregateRootCreationStrategy #83

Closed matt-sullivan closed 9 years ago

matt-sullivan commented 12 years ago

Allows the use of Autofac to create AggregateRoots for the domain repository, similar to the Ninject version.

This allows the domain repository to re-construct AggregateRoots to their current state, but also have dependencies injected.