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