Update adding-model.md (#3531)

pull/3532/head
Rick Anderson 2017-06-21 08:24:16 -07:00 committed by Tom Dykstra
parent a370c3e61c
commit 4af991dfb4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Complete the **Add Controller** dialog:
Visual Studio creates:
* An Entity Framework Core [database context class](xref:data/ef-mvc/intro#create-the-database-context) (*Models/MvcMovieContext*)
* An Entity Framework Core [database context class](xref:data/ef-mvc/intro#create-the-database-context) (*Data/MvcMovieContext.cs*)
* A movies controller (*Controllers/MoviesController.cs*)
* Razor view files for Create, Delete, Details, Edit and Index pages (*Views/Movies/\*.cshtml*)