Added service record functionality.

This commit is contained in:
ivancheahhh
2024-01-01 12:01:05 -07:00
parent 9f195e44a2
commit 28268cffd5
124 changed files with 15251 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
}
@model VehicleInputModel
@section Scripts{
<script src="~/js/site.js" asp-append-version="true"></script>
<script src="~/js/garage.js" asp-append-version="true"></script>
}
@if (Model is not null && Model.Errors.Any())
{