Ejemplo n.º 1
0
 public JwList<AcNest> getAllByStagedFlightId(Integer stagedFlightId) {
   return _delegate.getAllByStagedFlightId(stagedFlightId);
 }