Exemple #1
0
 public string GetListStockWarning()
 {
     Imports.clientHOSE.GetListStockWarningRequest inValue = new Imports.clientHOSE.GetListStockWarningRequest();
     inValue.Body = new Imports.clientHOSE.GetListStockWarningRequestBody();
     Imports.clientHOSE.GetListStockWarningResponse retVal = ((Imports.clientHOSE.HoSTC_ServiceSoap)(this)).GetListStockWarning(inValue);
     return(retVal.Body.GetListStockWarningResult);
 }
Exemple #2
0
 Imports.clientHOSE.GetListStockWarningResponse Imports.clientHOSE.HoSTC_ServiceSoap.GetListStockWarning(Imports.clientHOSE.GetListStockWarningRequest request)
 {
     return(base.Channel.GetListStockWarning(request));
 }