Skip to content

Commit 3edb6ad

Browse files
authored
Update audit.md
1 parent d9cd0a5 commit 3edb6ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs2/pages/documentations/audit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ using (var ctx = new TestContext())
524524
}
525525

526526
```
527+
{% include component-try-it.html href='https://dotnetfiddle.net/ETFLlO' %}
527528

528529
### Audit, AuditEntry & AuditEntryProperty
529530

@@ -600,6 +601,7 @@ audit.Configuration.AuditEntryFactory = args =>
600601
ctx.SaveChanges(audit);
601602

602603
```
604+
{% include component-try-it.html href='https://dotnetfiddle.net/aVIC0C' %}
603605

604606
#### Custom Class
605607

@@ -628,6 +630,7 @@ audit.Configuration.AuditEntryPropertyFactory = args =>
628630
ctx.SaveChanges(audit);
629631

630632
```
633+
{% include component-try-it.html href='https://dotnetfiddle.net/xazeGj' %}
631634

632635
#### Custom DbSet with AutoSave
633636

@@ -695,6 +698,7 @@ public class CurrentContext : DbContext
695698
}
696699

697700
```
701+
{% include component-try-it.html href='https://dotnetfiddle.net/AREtca' %}
698702

699703
## Limitations
700704

0 commit comments

Comments
 (0)