DDD: Service or Repository
- by tikhop
I am developing an app in DDD manner. And I have a little problem with it.
I have a Fare (airline fare) and FareRepository objects. And at some point I should load additional fare information and set this information to existing Fare.
I guess that I need to create an Application Service (FareAdditionalInformationService) that will deal with…