Exemplo n.º 1
0
 public CompupartsServiceProxy.ServiceResponse GetAllInformation(int prod_id)
 {
     CompupartsServiceProxy.GetAllInformationRequest inValue = new CompupartsServiceProxy.GetAllInformationRequest();
     inValue.Body         = new CompupartsServiceProxy.GetAllInformationRequestBody();
     inValue.Body.prod_id = prod_id;
     CompupartsServiceProxy.GetAllInformationResponse retVal = ((CompupartsServiceProxy.CompupartsSoap)(this)).GetAllInformation(inValue);
     return(retVal.Body.GetAllInformationResult);
 }
Exemplo n.º 2
0
 CompupartsServiceProxy.GetAllInformationResponse CompupartsServiceProxy.CompupartsSoap.GetAllInformation(CompupartsServiceProxy.GetAllInformationRequest request)
 {
     return(base.Channel.GetAllInformation(request));
 }