Skip to content

Commit cd49b69

Browse files
author
Rick Anderson
authored
Update working-with-sql.md (dotnet#14814)
1 parent afccd5d commit cd49b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/first-mvc-app/working-with-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if (context.Movie.Any())
8787

8888
Replace the contents of *Program.cs* with the following code:
8989

90-
[!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Program.cs)]
90+
[!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Program.cs)]
9191

9292
Test the app
9393

@@ -231,4 +231,4 @@ The app shows the seeded data.
231231
> [Previous](adding-model.md)
232232
> [Next](controller-methods-views.md)
233233
234-
::: moniker-end
234+
::: moniker-end

0 commit comments

Comments
 (0)