From 64175ac133e8f5f2e5bb24e55b371d02cf2b01e9 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 26 Aug 2017 12:52:45 -0400 Subject: [PATCH] Update adding-model3.md (#4115) --- aspnetcore/includes/mvc-intro/adding-model3.md | 9 --------- 1 file changed, 9 deletions(-) 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`: - -