Hello, i am using dependency injection in project to verify when object has been updated. When i am using adapter.SaveEntity(object) - i can catch my object in AuditUpdateOfExistingEntity(IEntityCore). But when i use DAL.DatabaseSpecific.ActionProcedures, where can i catch my object being updated. Thanks