Esempio n. 1
0
 public System.Threading.Tasks.Task <GetBanks.RuleBaseService.GetBankQueuesResponse> GetBankQueuesAsync(double Amount, int Duration, int CreditScore)
 {
     GetBanks.RuleBaseService.GetBankQueuesRequest inValue = new GetBanks.RuleBaseService.GetBankQueuesRequest();
     inValue.Body             = new GetBanks.RuleBaseService.GetBankQueuesRequestBody();
     inValue.Body.Amount      = Amount;
     inValue.Body.Duration    = Duration;
     inValue.Body.CreditScore = CreditScore;
     return(((GetBanks.RuleBaseService.RuleBaseServiceSoap)(this)).GetBankQueuesAsync(inValue));
 }
Esempio n. 2
0
 public GetBanks.RuleBaseService.ArrayOfString GetBankQueues(double Amount, int Duration, int CreditScore)
 {
     GetBanks.RuleBaseService.GetBankQueuesRequest inValue = new GetBanks.RuleBaseService.GetBankQueuesRequest();
     inValue.Body             = new GetBanks.RuleBaseService.GetBankQueuesRequestBody();
     inValue.Body.Amount      = Amount;
     inValue.Body.Duration    = Duration;
     inValue.Body.CreditScore = CreditScore;
     GetBanks.RuleBaseService.GetBankQueuesResponse retVal = ((GetBanks.RuleBaseService.RuleBaseServiceSoap)(this)).GetBankQueues(inValue);
     return(retVal.Body.GetBankQueuesResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <GetBanks.RuleBaseService.GetBankQueuesResponse> GetBanks.RuleBaseService.RuleBaseServiceSoap.GetBankQueuesAsync(GetBanks.RuleBaseService.GetBankQueuesRequest request)
 {
     return(base.Channel.GetBankQueuesAsync(request));
 }
Esempio n. 4
0
 GetBanks.RuleBaseService.GetBankQueuesResponse GetBanks.RuleBaseService.RuleBaseServiceSoap.GetBankQueues(GetBanks.RuleBaseService.GetBankQueuesRequest request)
 {
     return(base.Channel.GetBankQueues(request));
 }