Add vehicle recall
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@{
|
||||
Layout = "~/Views/Shared/DisplayTemplates/_FieldLayout.cshtml";
|
||||
}
|
||||
@if (Model != null)
|
||||
{
|
||||
@Html.ActionLink("View Vehicle Service", "Details", "VehicleService", new { id = Model}, null)
|
||||
}
|
||||
Reference in New Issue
Block a user