Пример #1
0
 public AcNest createFlightDestinationNest(Integer flightId, String destinationAirportCode) {
   return _delegate.createFlightDestinationNest(flightId, destinationAirportCode);
 }