예제 #1
0
 public bookDetailImpl[] EndgetAll(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.BookMaintenanceService.getAllResponse retVal = ((RequestForQuoteServicesModuleLibrary.BookMaintenanceService.BookController)(this)).EndgetAll(result);
     return(retVal.@return);
 }
예제 #2
0
 public bookDetailImpl[] getAll()
 {
     RequestForQuoteServicesModuleLibrary.BookMaintenanceService.getAll         inValue = new RequestForQuoteServicesModuleLibrary.BookMaintenanceService.getAll();
     RequestForQuoteServicesModuleLibrary.BookMaintenanceService.getAllResponse retVal  = ((RequestForQuoteServicesModuleLibrary.BookMaintenanceService.BookController)(this)).getAll(inValue);
     return(retVal.@return);
 }