예제 #1
0
 public SeatDTO AddVIPSeat(int theaterId, int playId, int stageId, int projectionId, [FromBody] Seat seat)
 {
     return(_seatService.AddVIPSeat(theaterId, playId, stageId, projectionId, seat));
 }