Fix a typo in Data context class (#2114)

Add an optional extended description…
pull/2122/head
Ala' Alnajjar 2016-11-08 01:22:15 +03:00 committed by Rick Anderson
parent a709c9dad0
commit 8829e5092d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ In the **Add Scaffold** dialog, tap **MVC Controller with views, using Entity Fr
Complete the **Add Controller** dialog Complete the **Add Controller** dialog
* **Model class:** *Movie(MvcMovie.Models)* * **Model class:** *Movie(MvcMovie.Models)*
* **Data context class:** *ApplicationDbContext(MvcMovie.Models)* * **Data context class:** *ApplicationDbContext(MvcMovie.Data)*
* **Views:**: Keep the default of each option checked * **Views:**: Keep the default of each option checked
* **Controller name:** Keep the default *MoviesController* * **Controller name:** Keep the default *MoviesController*
* Tap **Add** * Tap **Add**