Beispiel #1
0
 public underlyingDetailImpl[] EndgetAll(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAllResponse retVal = ((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).EndgetAll(result);
     return(retVal.@return);
 }
Beispiel #2
0
 public underlyingDetailImpl[] getAll()
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll         inValue = new RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll();
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAllResponse retVal  = ((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).getAll(inValue);
     return(retVal.@return);
 }