I have two Entity, Order Entity and Item Entity, and the relationship between them is one-to-many [Order has many Items].
I used Audit to track all Entity changes, I got the create, update and delete changes on each entity.
but when I deleted an item object from the order object I can't track this change in the audit, so can I track these changes on an entity[Order entity] when I have EF Relationships.