Exemplo n.º 1
0
 public bool Endsave(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.saveResponse retVal = ((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).Endsave(result);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 public bool save(string RIC, string description, string savedBy)
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.save inValue = new RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.save();
     inValue.RIC         = RIC;
     inValue.description = description;
     inValue.savedBy     = savedBy;
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.saveResponse retVal = ((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).save(inValue);
     return(retVal.@return);
 }