예제 #1
0
 public string GetPayInfo(string slbh)
 {
     Web4BDC.ZZSF_WS.GetPayInfo inValue = new Web4BDC.ZZSF_WS.GetPayInfo();
     inValue.Body      = new Web4BDC.ZZSF_WS.GetPayInfoBody();
     inValue.Body.slbh = slbh;
     Web4BDC.ZZSF_WS.GetPayInfoResponse retVal = ((Web4BDC.ZZSF_WS.publicpayService)(this)).GetPayInfo(inValue);
     return(retVal.Body.@return);
 }
예제 #2
0
 Web4BDC.ZZSF_WS.GetPayInfoResponse Web4BDC.ZZSF_WS.publicpayService.GetPayInfo(Web4BDC.ZZSF_WS.GetPayInfo request)
 {
     return(base.Channel.GetPayInfo(request));
 }