2019-01-01 16:28:47 +00:00
|
|
|
@model CoWorking
|
|
|
|
|
|
|
|
|
|
@{
|
2023-03-20 09:13:16 +00:00
|
|
|
ViewData["Title"] = "Details";
|
2019-01-01 16:28:47 +00:00
|
|
|
}
|
|
|
|
|
|
2023-03-20 09:13:16 +00:00
|
|
|
<h2>Details</h2>
|
2019-01-01 16:28:47 +00:00
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<h4>CoWorking</h4>
|
|
|
|
|
<hr />
|
|
|
|
|
<dl class="dl-horizontal">
|
|
|
|
|
</dl>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2023-03-20 09:13:16 +00:00
|
|
|
<a asp-action="Edit" asp-route-id="@Model.Id">Edit</a> |
|
|
|
|
|
<a asp-action="Index">Back to List</a>
|
2019-01-01 16:28:47 +00:00
|
|
|
</p>
|