Update adding-model3.md (#4115)

pull/4121/head
Rick Anderson 2017-08-26 12:52:45 -04:00 committed by GitHub
parent 74e22e08e3
commit 64175ac133
1 changed files with 0 additions and 9 deletions

View File

@ -21,12 +21,3 @@ Tapping **Create** causes the form to be posted to the server, where the movie i
![Movies view showing newly created movie listing](../../tutorials/first-mvc-app/adding-model/_static/h.png)
Create a couple more movie entries. Try the **Edit**, **Details**, and **Delete** links, which are all functional.
## Dependency Injection
Open the *Startup.cs* file and examine `ConfigureServices`:
<!--
[!code-csharp[Main](../../tutorials/first-mvc-app/start-mvc/sample/MvcMovie/Startup.cs?name=snippet_cs&highlight=7-8)]
-->