Is there like some kind of base method I can tap into would that add DateTime.Now() when ever an EF entity is being created or updated?
I'm just wondering if there is a clever way to approach this without having to change every CRUD statement throughout the application.
Thanks.