Skip to content

Commit 04a5073

Browse files
authored
Update tutorial-audit.md
1 parent 178966a commit 04a5073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs2/pages/getting-started/tutorial-audit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ foreach(var entry in entries)
3535
}
3636

3737
```
38+
{% include component-try-it.html href='https://dotnetfiddle.net/89tii1' %}
3839

3940
AutoSave audit in your database
4041

@@ -44,7 +45,8 @@ AuditManager.DefaultConfiguration.AutoSavePreAction = (context, audit) =>
4445
(context as EntityContext).AuditEntries.AddRange(audit.Entries);
4546

4647
```
48+
{% include component-try-it.html href='https://dotnetfiddle.net/rRORzM' %}
4749

4850
***Support:** EF5, EF6, EF Core*
4951

50-
[Learn more](/audit)
52+
[Learn more](/audit)

0 commit comments

Comments
 (0)