Esempio n. 1
0
 public string ApplyCustomerAndUnit(string userId, string customerInfo, string unitInfo)
 {
     cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitRequest inValue = new cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitRequest();
     inValue.Body              = new cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitRequestBody();
     inValue.Body.userId       = userId;
     inValue.Body.customerInfo = customerInfo;
     inValue.Body.unitInfo     = unitInfo;
     cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitResponse retVal = ((cPos.Dex.WsService.AP.APBasicServiceReference.BasicServiceSoap)(this)).ApplyCustomerAndUnit(inValue);
     return(retVal.Body.ApplyCustomerAndUnitResult);
 }
Esempio n. 2
0
 cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitResponse cPos.Dex.WsService.AP.APBasicServiceReference.BasicServiceSoap.ApplyCustomerAndUnit(cPos.Dex.WsService.AP.APBasicServiceReference.ApplyCustomerAndUnitRequest request)
 {
     return(base.Channel.ApplyCustomerAndUnit(request));
 }