creating car

This commit is contained in:
ani_konarcheva@abv.bg
2022-04-05 20:05:03 +03:00
parent 562bc7ad32
commit 34427d59a4
6 changed files with 10 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
@model IEnumerable<Data.Entities.Car>
@{
ViewData["Title"] = "Index";
ViewData["Title"] = "Cars";
}
<h1>Index</h1>