Entity Framework 7. Cannot insert duplicate key row exception
I’m using Blazor, with Entity Framework 7 to CRUD entities with a code first approach. I have a Position entity as follows
Is there anyway to add multiple SaveChangesInterceptor
I already have a SaveChangesInterceptor which is responsible for updating Audit Properties like Created date, CreatedBy, LastModified and LastModifiedBy.
here is the Auditable Code snippet: