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