ContextCore / GridDomain

Framework for building domain-centric robust, scalable and reliable applications with ease
18 stars 7 forks source link

Add Generic DomainEvent class with AggregateType #75

Closed andreyleskov closed 6 years ago

andreyleskov commented 6 years ago

It is not easy to navigate from a Domain Event to its Aggregate. It can be done by "Find by reference" and by using marker "IFor" interface Add a new class DomainEvent implementing IFor

andreyleskov commented 6 years ago

Done with introduced DomainEvent class