From 50478fa99aa23cfcdb9039e138dbf10b7dca2459 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 12 May 2021 12:58:34 +0300 Subject: Fixed readme file view --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c0675e..19e2e5f 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,17 @@ The script will create (and edit where specified) the following files: │ │ └─ ControllerCarMappings.cs │ ├─ Controllers │ │ └─ CarControllers.cs +│ ├─ Models +│ │ └─ Car +│ │ ├─ CarViewModel.cs +│ │ ├─ CreateCarViewModel.cs +│ │ └─ EditCarViewModel.cs │ └─ Views │ ├─ Car -│ │ ├─ CarViewModel.cs -│ │ ├─ CreateCarViewModel.cs -│ │ └─ EditCarViewModel.cs +│ │ ├─ Index.cshtml +│ │ ├─ Create.cshtml +│ │ ├─ Edit.cshtml +│ │ └─ Delete.cshtml │ └─ _ViewImports.cshtml (Only edited; Adds reference to the Car View Models namespace) └─ Startup.cs (Only edited; Adds dependency injection configuration for CarService) ``` -- cgit v1.2.3