Tagged Questions

0
votes
0answers
46 views

IRepository and Domain Logic

IRepository "Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects." Martin Fowler But often logic spreads between Business Layer and ...