C# (CSharp) Ncqrs.Domain 네임스페이스

클래스들

이름 설명
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