public static AllFlights GetFlights() { if (allFlights == null) { allFlights = new AllFlights(); } return(allFlights); }
public static AllFlights GetFlights() { if (allFlights == null) allFlights = new AllFlights(); return allFlights; }