There is a need from a customer to log every data change to a logging table with the actual user who made the modification. The application is using one SQL user to access t
We had solve this problem in a different way.
In your SavingChanges method:
In your code you have to use the inherited class then.