Skip to content

Commit 9b927a8

Browse files
author
Federico Daniel Colombo
authored
Update README.md
1 parent 9ae61e9 commit 9b927a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Audit.EntityFramework/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ for each entity type in a table with similar structure.
255255
For example, you want to audit the `Order` and `OrderItem` entity types into the `Audit_Order` and `Audit_OrderItem` trail tables respectively,
256256
and the structure of the `Audit_*` tables mimic the original table plus some fields like the event date, an action and the username.
257257

258-
[IMAGE]
258+
![Audit entities](http://i.imgur.com/QvfXS9H.png)
259259

260260
Note the audit trail tables must be mapped on the same model as the audited entities.
261261

@@ -348,4 +348,4 @@ Audit.Core.Configuration.Setup()
348348
// This common action executes for every audited entity
349349
auditEntity.AuditDate = DateTime.UtcNow;
350350
})));
351-
```
351+
```

0 commit comments

Comments
 (0)