This commit is contained in:
Paul Schneider 2026-02-28 21:17:54 +00:00
commit 40e8e08690
3487 changed files with 39 additions and 21 deletions

View file

@ -1,17 +0,0 @@
@model RdvQuery
@{
ViewData["Title"] = "Details";
}
<h2>@ViewData["Title"]</h2>
<div>
<h4>Command</h4>
<hr />
@Html.DisplayFor(m=>m)
</div>
<p>
<a asp-action="Edit" asp-route-id="@Model.Id">Edit</a> |
<a asp-action="Index">Back to List</a>
</p>