Exemple #1
0
 public string DoRecharge(SRService.Information Information)
 {
     SRService.DoRechargeRequest inValue = new SRService.DoRechargeRequest();
     inValue.Information = Information;
     SRService.DoRechargeResponse retVal = ((SRService.SRServiceSoap)(this)).DoRecharge(inValue);
     return(retVal.DoRechargeResult);
 }
Exemple #2
0
 public DoRechargeRequest(SRService.Information Information)
 {
     this.Information = Information;
 }