Esempio n. 1
0
 public string fGetSTOCKROOM()
 {
     Imports.clientHOSE.fGetSTOCKROOMRequest inValue = new Imports.clientHOSE.fGetSTOCKROOMRequest();
     inValue.Body = new Imports.clientHOSE.fGetSTOCKROOMRequestBody();
     Imports.clientHOSE.fGetSTOCKROOMResponse retVal = ((Imports.clientHOSE.HoSTC_ServiceSoap)(this)).fGetSTOCKROOM(inValue);
     return(retVal.Body.fGetSTOCKROOMResult);
 }
Esempio n. 2
0
 Imports.clientHOSE.fGetSTOCKROOMResponse Imports.clientHOSE.HoSTC_ServiceSoap.fGetSTOCKROOM(Imports.clientHOSE.fGetSTOCKROOMRequest request)
 {
     return(base.Channel.fGetSTOCKROOM(request));
 }