public holidayImpl[] EndgetAll(System.IAsyncResult result) { RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.getAllResponse retVal = ((RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.HolidayController)(this)).EndgetAll(result); return(retVal.@return); }
public holidayImpl[] getAll() { RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.getAll inValue = new RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.getAll(); RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.getAllResponse retVal = ((RequestForQuoteServicesModuleLibrary.HolidayMaintenanceService.HolidayController)(this)).getAll(inValue); return(retVal.@return); }