예제 #1
0
 public IActionResult List([FromBody] Seat seat)
 {
     return(Json(db.GetSeat(seat.Id)));
 }