Пример #1
0
 public string MyBalance(RECHARGEDUNIYA.SRService.Information Information)
 {
     RECHARGEDUNIYA.SRService.MyBalanceRequest inValue = new RECHARGEDUNIYA.SRService.MyBalanceRequest();
     inValue.Information = Information;
     RECHARGEDUNIYA.SRService.MyBalanceResponse retVal = ((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).MyBalance(inValue);
     return(retVal.MyBalanceResult);
 }
Пример #2
0
 public string CheckStatus(RECHARGEDUNIYA.SRService.Information Information)
 {
     RECHARGEDUNIYA.SRService.CheckStatusRequest inValue = new RECHARGEDUNIYA.SRService.CheckStatusRequest();
     inValue.Information = Information;
     RECHARGEDUNIYA.SRService.CheckStatusResponse retVal = ((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).CheckStatus(inValue);
     return(retVal.CheckStatusResult);
 }
Пример #3
0
 public System.Threading.Tasks.Task <RECHARGEDUNIYA.SRService.MyBalanceResponse> MyBalanceAsync(RECHARGEDUNIYA.SRService.Information Information)
 {
     RECHARGEDUNIYA.SRService.MyBalanceRequest inValue = new RECHARGEDUNIYA.SRService.MyBalanceRequest();
     inValue.Information = Information;
     return(((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).MyBalanceAsync(inValue));
 }
Пример #4
0
 public MyBalanceRequest(RECHARGEDUNIYA.SRService.Information Information)
 {
     this.Information = Information;
 }
Пример #5
0
 public CheckStatusRequest(RECHARGEDUNIYA.SRService.Information Information)
 {
     this.Information = Information;
 }
Пример #6
0
 public DoRechargeRequest(RECHARGEDUNIYA.SRService.Information Information)
 {
     this.Information = Information;
 }