Beispiel #1
0
 public TicketBook GetBook(int id)
 {
     return(FlightRepository.GetBook(id));
 }