aktualisieren seite eingebaut
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
<td>@fahrzeug.Id</td>
|
||||
<td>@fahrzeug.Name</td>
|
||||
<td>@fahrzeug.GetType()</td>
|
||||
<td>
|
||||
<a asp-action=Aktualisieren asp-controller="Fahrzeug" asp-route-id=@fahrzeug.Id>Aktualisieren</a>
|
||||
</td>
|
||||
<td>
|
||||
<a asp-action=Loesche asp-controller="Fahrzeug" asp-route-id=@fahrzeug.Id>Löschen</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user