Пример #1
0
 public void CancelReservation(int theaterId, int playId, int stageId, int projectionId, int seatRow, int seatColumn)
 {
     _seatService.CancelReservation(theaterId, playId, stageId, projectionId, User.Identity.GetUserId(), seatRow, seatColumn);
 }