C# (CSharp) Ncqrs.Domain Namespace

Classes

Name Description
AggregateRoot The abstract concept of an aggregate root.
AggregateRootMappedByConvention A aggregate root that uses convention to map internal event handlers. The following method should be mapped private void OnMyEvent(MyEvent e).
AggregateRootMappedWithAttributes