Add and delete service reminders
This commit is contained in:
@@ -63,6 +63,7 @@ namespace MileageTraker.Web.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[RequireRequestValue("vehicleId")]
|
||||
public ActionResult Create(string vehicleId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user