Esempio n. 1
0
 public IActionResult Reserve(string car, string coupe)
 {
     return(View(seatService.GetReservationInfo(car, coupe)));
 }