@model Data.Entities.Car @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Car


@Html.DisplayNameFor(model => model.Brand)
@Html.DisplayFor(model => model.Brand)
@Html.DisplayNameFor(model => model.Model)
@Html.DisplayFor(model => model.Model)
@Html.DisplayNameFor(model => model.Year)
@Html.DisplayFor(model => model.Year)
@Html.DisplayNameFor(model => model.CountPassengerSeats)
@Html.DisplayFor(model => model.CountPassengerSeats)
@Html.DisplayNameFor(model => model.Description)
@Html.DisplayFor(model => model.Description)
@Html.DisplayNameFor(model => model.PriceForDay)
@Html.DisplayFor(model => model.PriceForDay)
Back to List