/// <inheritdoc /> public FlightPlanController(IFlightPlansService flightPlansService, IHttpClientFactory httpClientFactory, ServersController serversController) { this.flightPlansService = flightPlansService; this.serversController = serversController; this.httpClientFactory = httpClientFactory; }
/// <inheritdoc /> public FlightsController(IFlightPlansService flightPlansService, IServerService serverService, IHttpClientFactory httpClientFactory) { this.flightPlansService = flightPlansService; this.serverService = serverService; this.httpClientFactory = httpClientFactory; }