public FlightPlansService(FlightControlContext dbContext) { this.dbContext = dbContext; }
/// <summary> /// Initializes a new instance of the <see cref="ServerService"/> class. /// </summary> /// <param name="dbContext">The database context.</param> public ServerService(FlightControlContext dbContext) { this.dbContext = dbContext; }