Ejemplo n.º 1
0
 public serversController(AllFlightPlans allFlightPlans)
 {
     all_flight_plans = allFlightPlans;
 }
Ejemplo n.º 2
0
 public FlightPlanController(AllFlightPlans allFlightPlans)
 {
     all_flight_plans = allFlightPlans;
 }