Example #1
0
 public System.Threading.Tasks.Task <IstaNoteClient.IstaNoteService.ListResponse> ListAsync(int customerId, string accountNo)
 {
     IstaNoteClient.IstaNoteService.ListRequest inValue = new IstaNoteClient.IstaNoteService.ListRequest();
     inValue.Body            = new IstaNoteClient.IstaNoteService.ListRequestBody();
     inValue.Body.customerId = customerId;
     inValue.Body.accountNo  = accountNo;
     return(((IstaNoteClient.IstaNoteService.NoteSoap)(this)).ListAsync(inValue));
 }
Example #2
0
 public IstaNoteClient.IstaNoteService.NoteDTO[] List(int customerId, string accountNo)
 {
     IstaNoteClient.IstaNoteService.ListRequest inValue = new IstaNoteClient.IstaNoteService.ListRequest();
     inValue.Body            = new IstaNoteClient.IstaNoteService.ListRequestBody();
     inValue.Body.customerId = customerId;
     inValue.Body.accountNo  = accountNo;
     IstaNoteClient.IstaNoteService.ListResponse retVal = ((IstaNoteClient.IstaNoteService.NoteSoap)(this)).List(inValue);
     return(retVal.Body.ListResult);
 }
Example #3
0
 System.Threading.Tasks.Task <IstaNoteClient.IstaNoteService.ListResponse> IstaNoteClient.IstaNoteService.NoteSoap.ListAsync(IstaNoteClient.IstaNoteService.ListRequest request)
 {
     return(base.Channel.ListAsync(request));
 }
Example #4
0
 IstaNoteClient.IstaNoteService.ListResponse IstaNoteClient.IstaNoteService.NoteSoap.List(IstaNoteClient.IstaNoteService.ListRequest request)
 {
     return(base.Channel.List(request));
 }