NET Core 3.1: update a field of an entity when is inserting and updating
I am creating a REST API in NET Core 3.1. I have a table called GrRefBancos with columns to audit who and when insert or updated registers. How can I fill these columns automatically without having to send the values when an insert or update happens?