evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.66k stars 212 forks source link

Add annex business logic #102

Closed meaboutsoftware closed 7 months ago

meaboutsoftware commented 7 months ago

This PR contains changes related to the action of adding annex to binding contract:

Additionally, it contains some cleanups in existing entities, inconsistent namings and removal of redundant qualifiers.

Application, infra and API logic will be added in the next PRs.