Tagged Questions
3
votes
3answers
147 views
What are the pros and cons of implementing this requirement in different layers?
I have a CRUD app for <DomainObject>s. They are persisted in a database.
There is a new requirement: keep track of the <DomainObject>s that have been created since the app was opened, ...