marinasundstrom / YourBrand

Prototype enterprise system for e-commerce and consulting services
77 stars 13 forks source link

Domain.* projects #14

Open marinasundstrom opened 5 months ago

marinasundstrom commented 5 months ago

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.