Beispiel #1
0
 public string getFlightsFromTo(string cityFrom, string cityTo)
 {
     return(FlightsService.flightsToString(flishtsSchedule.findFlightFromTo(cityFrom, cityTo)));
 }
Beispiel #2
0
 public string getAllFlights()
 {
     return(FlightsService.flightsToString(flishtsSchedule.getAllFlights));
 }