Posts by Midnight biker • 1 point
2 posts
- 
		0 votes1 answer158 viewsA: Entity Building and Corporate Ownership Modeling in the DDD CQRS standardIn your case you have 3 aggregates TRANSPORT, CUSTOMER AND SUPPLIER these 3 entities, each and the Root of their aggregate, so vc would have a Repository for each one. I would delete sharedcontext… 
- 
		0 votes0 answers175 viewsQ: Dependency injection of two or more classes implementing the same interfaceThe entire architecture of my system is based on addiction injection, where in my configureServices I configure the injections as follows services Addscoped(); However the need arose for me to have…