diff --git a/aspnetcore/includes/mvc-intro/adding-model3.md b/aspnetcore/includes/mvc-intro/adding-model3.md index a8329d327e..741032b1f1 100644 --- a/aspnetcore/includes/mvc-intro/adding-model3.md +++ b/aspnetcore/includes/mvc-intro/adding-model3.md @@ -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`: - -