@model Data.Entities.Rents
@{
ViewData["Title"] = "Delete";
}
Delete
Are you sure you want to delete this?
Rents
-
@Html.DisplayNameFor(model => model.StartDate)
-
@Html.DisplayFor(model => model.StartDate)
-
@Html.DisplayNameFor(model => model.EndDate)
-
@Html.DisplayFor(model => model.EndDate)