pablocom / PersonalSite.Backend

This repository is used to study Domain-Driven Design principles, practices and patterns.
4 stars 0 forks source link

Move IDomainEventPublisher from PersonalSite.Application to PersonalSite.Domain #23

Closed seymourpoler closed 1 year ago

seymourpoler commented 1 year ago

Hi everybody,

We could move IDomainEventPublisher from Application to Domain project. We have Events on Domain, so I think that DomainPublisher has to be in the same project. In the same way, the implementation of IDomainEventPublisher, we could move from WebApi to Domain. What do you think?