示例#1
0
 public FlightPlansController(IFlightPlanService flightPlanService)
 {
     _flightPlanService = flightPlanService;
 }