コード例 #1
0
 public IEnumerable <SpeedSeatListElementDTO> GetDiscountTickets(int theaterId)
 {
     return(_segmentService.GetDiscountTickets(theaterId));
 }