Exemplo n.º 1
0
 public IActionResult Delete(int carId)
 {
     testDriveService.Delete(carId);
     return(RedirectToAction("TestDrive"));
 }