示例#1
0
 public IActionResult Update([FromBody] Seat seat)
 {
     return(Ok(db.UpdateSeat(seat.Id, seat.Row, seat.Number, seat.AuditoriumId)));
 }