moved stuff around added methods to clear out all linked items

This commit is contained in:
ivancheahhh
2024-01-03 09:18:18 -07:00
parent 4a7b50ea75
commit f83d677e84
10 changed files with 40 additions and 6 deletions

View File

@@ -37,11 +37,6 @@ namespace CarCareTracker.Controllers
{
return View();
}
[HttpGet]
public IActionResult AddVehiclePartialView()
{
return PartialView("_VehicleModal", new Vehicle());
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()