Esempio n. 1
0
 public IActionResult Delete([FromBody] Seat seat)
 {
     return(Ok(db.DeleteSeat(seat.Id)));
 }