+ There are no external authentication services configured. See this article + for details on setting up this ASP.NET application to support logging in via external services. +
+You have successfully logged out of the application.
+ } + } ++ There are no external authentication services configured. See this article + for details on setting up this ASP.NET application to support logging in via external services. +
++ New Car +
+| + @Html.DisplayNameFor(model => model.Brand) + | ++ @Html.DisplayNameFor(model => model.Model) + | ++ @Html.DisplayNameFor(model => model.Year) + | ++ @Html.DisplayNameFor(model => model.CountPassengerSeats) + | ++ @Html.DisplayNameFor(model => model.Description) + | ++ @Html.DisplayNameFor(model => model.PriceForDay) + | ++ |
|---|---|---|---|---|---|---|
| + @Html.DisplayFor(modelItem => item.Brand) + | ++ @Html.DisplayFor(modelItem => item.Model) + | ++ @Html.DisplayFor(modelItem => item.Year) + | ++ @Html.DisplayFor(modelItem => item.CountPassengerSeats) + | ++ @Html.DisplayFor(modelItem => item.Description) + | ++ @Html.DisplayFor(modelItem => item.PriceForDay) + | ++ Edit | + Details | + Delete + | +
+ Create New +
+| + @Html.DisplayNameFor(model => model.StartDate) + | ++ @Html.DisplayNameFor(model => model.EndDate) + | ++ |
|---|---|---|
| + @Html.DisplayFor(modelItem => item.StartDate) + | ++ @Html.DisplayFor(modelItem => item.EndDate) + | ++ Edit | + Details | + Delete + | +