public AsmxClient.AsmxWorkerService.Worker GetWorkerById(int id) { AsmxClient.AsmxWorkerService.GetWorkerByIdRequest inValue = new AsmxClient.AsmxWorkerService.GetWorkerByIdRequest(); inValue.Body = new AsmxClient.AsmxWorkerService.GetWorkerByIdRequestBody(); inValue.Body.id = id; AsmxClient.AsmxWorkerService.GetWorkerByIdResponse retVal = ((AsmxClient.AsmxWorkerService.AsmxWorkerServiceSoap)(this)).GetWorkerById(inValue); return(retVal.Body.GetWorkerByIdResult); }
AsmxClient.AsmxWorkerService.GetWorkerByIdResponse AsmxClient.AsmxWorkerService.AsmxWorkerServiceSoap.GetWorkerById(AsmxClient.AsmxWorkerService.GetWorkerByIdRequest request) { return(base.Channel.GetWorkerById(request)); }