CleanArchitecture
CleanArchitecture copied to clipboard
Since identity entities do not contain DomainEvents, how can the DispatchDomainEventsInterceptor capture and register these events in the database event source?
Since identity entities do not contain DomainEvents, how can the DispatchDomainEventsInterceptor capture and register these events in the database event source?
for example:
BaseEntity has the implementations
But ApplicationUser don't inherits from BaseEntity
Originally posted by @ramon159 in https://github.com/jasontaylordev/CleanArchitecture/discussions/1316