How does the Repository Pattern relate to the Business Logic Layer? [closed]
- by Mustafa Dingil
Should the Repository Pattern, as used in the context of Domain-driven design (DDD), be implemented within the business logic layer of an application? Or should it be part of the data access layer and just consumed by the business logic layer in turn?