示例#1
0
 public IEnumerable <TicketBook> GetBookUser(string mobile)
 {
     return(FlightRepository.GetBookUser(mobile));
 }