예제 #1
0
 public IEnumerable <SpeedSeatListElementDTO> GetSpeedSeats(int theaterId)
 {
     return(_seatService.GetSpeedSeats(theaterId));
 }