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

Delete rent

Are you sure you want to delete this?


@Html.DisplayNameFor(model => model.Car.Id)
@Html.DisplayFor(model => model.Car.Id)
@Html.DisplayNameFor(model => model.Car.Brand)
@Html.DisplayFor(model => model.Car.Brand)
@Html.DisplayNameFor(model => model.Car.Model)
@Html.DisplayFor(model => model.Car.Model)
@Html.DisplayNameFor(model => model.Car.PriceForDay)
@Html.DisplayFor(model => model.Car.PriceForDay)
@Html.DisplayNameFor(model => model.StartDate)
@Html.DisplayFor(model => model.StartDate)
@Html.DisplayNameFor(model => model.EndDate)
@Html.DisplayFor(model => model.EndDate)
Back to List