feature: löschen von objekten

This commit is contained in:
2025-04-30 00:58:16 +02:00
parent 57e5119985
commit 1273aced0c
3 changed files with 28 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
<td>@fahrzeug.Id</td>
<td>@fahrzeug.Name</td>
<td>@fahrzeug.GetType()</td>
<td>
<a asp-action=Loesche asp-controller="Fahrzeug" asp-route-id=@fahrzeug.Id>Löschen</a>
</td>
</tr>
}
</tbody>