![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A factory for creating instances of aggregates. More...
Public Member Functions | |
TAggregate | Create< TAggregate > (Guid? rsn=null, bool tryDependencyResolutionFirst=true) |
Creates instance of TAggregate . More... | |
object | Create (Type aggregateType, Guid? rsn=null, bool tryDependencyResolutionFirst=true) |
Creates instance of type aggregateType More... | |
A factory for creating instances of aggregates.