Esempio n. 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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <RECHARGEDUNIYA.SRService.MyBalanceResponse> RECHARGEDUNIYA.SRService.SRServiceSoap.MyBalanceAsync(RECHARGEDUNIYA.SRService.MyBalanceRequest request)
 {
     return(base.Channel.MyBalanceAsync(request));
 }
Esempio n. 4
0
 RECHARGEDUNIYA.SRService.MyBalanceResponse RECHARGEDUNIYA.SRService.SRServiceSoap.MyBalance(RECHARGEDUNIYA.SRService.MyBalanceRequest request)
 {
     return(base.Channel.MyBalance(request));
 }