In the "Commons" directory, there are projects named Domain.*. These contain shared logic for dealing with domain events and the Transactional Outbox Pattern.
You let your DbContext derive from the DomainDbContext and you get these services.
These are at the moment just used by the Sales service.
In the "Commons" directory, there are projects named Domain.*. These contain shared logic for dealing with domain events and the Transactional Outbox Pattern.
You let your DbContext derive from the DomainDbContext and you get these services.
These are at the moment just used by the Sales service.