コード例 #1
0
 public System.Threading.Tasks.Task <pay.getBillResponse> getBillAsync(string _posCode, string _billId)
 {
     pay.getBillRequest inValue = new pay.getBillRequest();
     inValue.Body          = new pay.getBillRequestBody();
     inValue.Body._posCode = _posCode;
     inValue.Body._billId  = _billId;
     return(((pay.PayTJSoap)(this)).getBillAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <pay.getBillResponse> pay.PayTJSoap.getBillAsync(pay.getBillRequest request)
 {
     return(base.Channel.getBillAsync(request));
 }