@model PostgreSqlDotnetCore.Models.VetCenter
@{
ViewBag.Title = "Delete";
}
VetCenter
-
@Html.DisplayNameFor(model => model.name)
-
@Html.DisplayFor(model => model.name)
-
@Html.DisplayNameFor(model => model.adress)
-
@Html.DisplayFor(model => model.adress)
-
@Html.DisplayNameFor(model => model.description)
-
@Html.DisplayFor(model => model.description)
-
@Html.DisplayNameFor(model => model.workinghours)
-
@Html.DisplayFor(model => model.workinghours)
-
@Html.DisplayNameFor(model => model.phonenumber)
-
@Html.DisplayFor(model => model.phonenumber)
-
@Html.DisplayNameFor(model => model.latitude)
-
@Html.DisplayFor(model => model.latitude)
-
@Html.DisplayNameFor(model => model.longitude)
-
@Html.DisplayFor(model => model.longitude)
-
@Html.DisplayNameFor(model => model.citiesid)
-
@Html.DisplayFor(model => model.citiesid)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}