I thought domain driven design is saying the Get-methods are in the Repositories and the Add/Del/Update are in the business objects?
Can you clarify this please?
When I look at the MVCMusicStore sample all CRUD methods to the database are in the entities ?!