示例#1
0
 public System.Threading.Tasks.Task <KoloWin.CustomerService.ExRMoneySvc.SendAirTimeResponse> SendAirTimeAsync(string selectedPartner, int amount, string number)
 {
     KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest inValue = new KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest();
     inValue.Body = new KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequestBody();
     inValue.Body.selectedPartner = selectedPartner;
     inValue.Body.amount          = amount;
     inValue.Body.number          = number;
     return(((KoloWin.CustomerService.ExRMoneySvc.ExRMoneySoap)(this)).SendAirTimeAsync(inValue));
 }
示例#2
0
 public KoloWin.CustomerService.ExRMoneySvc.AirMoneyWebResponse SendAirTime(string selectedPartner, int amount, string number)
 {
     KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest inValue = new KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest();
     inValue.Body = new KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequestBody();
     inValue.Body.selectedPartner = selectedPartner;
     inValue.Body.amount          = amount;
     inValue.Body.number          = number;
     KoloWin.CustomerService.ExRMoneySvc.SendAirTimeResponse retVal = ((KoloWin.CustomerService.ExRMoneySvc.ExRMoneySoap)(this)).SendAirTime(inValue);
     return(retVal.Body.SendAirTimeResult);
 }
示例#3
0
 System.Threading.Tasks.Task <KoloWin.CustomerService.ExRMoneySvc.SendAirTimeResponse> KoloWin.CustomerService.ExRMoneySvc.ExRMoneySoap.SendAirTimeAsync(KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest request)
 {
     return(base.Channel.SendAirTimeAsync(request));
 }
示例#4
0
 KoloWin.CustomerService.ExRMoneySvc.SendAirTimeResponse KoloWin.CustomerService.ExRMoneySvc.ExRMoneySoap.SendAirTime(KoloWin.CustomerService.ExRMoneySvc.SendAirTimeRequest request)
 {
     return(base.Channel.SendAirTime(request));
 }