Delete service reminder and vehicle service

This commit is contained in:
2016-08-24 08:02:29 -04:00
parent a9cb9d36b5
commit 5d6f060378
8 changed files with 89 additions and 8 deletions
+1
View File
@@ -13,5 +13,6 @@
<div class="center-content btn-toolbar">
@Html.ActionLink("Edit", "Edit", new { id = Model.VehicleServiceId }, new { @class = "btn" })
@Html.ActionLink("Delete", "Delete", new { id = Model.VehicleServiceId }, new { @class = "btn" })
@Html.ActionLink("Vehicle Details", "Details", "Vehicle", new { id = Model.VehicleId }, new{@class="btn"})
</div>