Skip to content

Commit 92a36ab

Browse files
committed
work
1 parent a9e8264 commit 92a36ab

File tree

1 file changed

+1
-1
lines changed
  • entity-framework/core/dbcontext-configuration

1 file changed

+1
-1
lines changed

entity-framework/core/dbcontext-configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The `ApplicationDbContext` class must expose a public constructor with a `DbCont
6969

7070
[!code-csharp[ApplicationDbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp/ApplicationDbContext.cs?name=ApplicationDbContext)]
7171

72-
[!code-csharp[dbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp9/Data\ApplicationDbContext.cs)]
72+
[!code-csharp[dbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp9/Data/ApplicationDbContext.cs)]
7373

7474
`ApplicationDbContext` can be used in ASP.NET Core controllers or other services through constructor injection:
7575

0 commit comments

Comments
 (0)