Beispiel #1
0
 public string GetLiveTotalMKT()
 {
     Imports.clientHOSE.GetLiveTotalMKTRequest inValue = new Imports.clientHOSE.GetLiveTotalMKTRequest();
     inValue.Body = new Imports.clientHOSE.GetLiveTotalMKTRequestBody();
     Imports.clientHOSE.GetLiveTotalMKTResponse retVal = ((Imports.clientHOSE.HoSTC_ServiceSoap)(this)).GetLiveTotalMKT(inValue);
     return(retVal.Body.GetLiveTotalMKTResult);
 }
Beispiel #2
0
 Imports.clientHOSE.GetLiveTotalMKTResponse Imports.clientHOSE.HoSTC_ServiceSoap.GetLiveTotalMKT(Imports.clientHOSE.GetLiveTotalMKTRequest request)
 {
     return(base.Channel.GetLiveTotalMKT(request));
 }