Beispiel #1
0
 public String[] ListFlights(Transaction context)
 {
     return(Flights.ListResources(context, RID.Type.FLIGHT));
 }