Update sql.md

pull/4548/head
Rick Anderson 2017-10-12 08:26:32 -10:00 committed by GitHub
parent 1570038c17
commit 4a4a230621
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if (context.Movie.Any())
Add the seed initializer to the end of the `Main` method in the *Program.cs* file:
[!code-csharp[Main](razor-pages-start/sample/RazorPagesMovie/Program.cs?highlight=6,17-32)]
[!code-csharp[Main](razor-pages-start/sample/RazorPagesMovie/Program.cs)]
Test the app