Hi,
I have an entity which has a field which stores the name of an image in the filing system.
When one of these entity instances is being created, the image needs to be saved to disk too.
Should I inherit from the entity and have the entity save the image file?
Or should my presentation layer be interacting with a 'manager class' which handles saving the file and doing the database work via the entity instance?
Cheers, I.