feature: löschen von objekten
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user