示例#1
0
 public void SetAircraftForRoute(int id)
 {
     _flightService.AddAircraft(_aircraftService.GetPlaneById(id));
 }