Пример #1
0
 public bool getACHByZipCode(string ZipCode, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest();
     inValue.ZipCode = ZipCode;
     BookLibrary.UI.FedAchServiceReference.getACHByZipCodeResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByZipCode(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByZipCodeResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <BookLibrary.UI.FedAchServiceReference.getACHByZipCodeResponse> getACHByZipCodeAsync(BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest request)
 {
     return(base.Channel.getACHByZipCodeAsync(request));
 }
Пример #3
0
 BookLibrary.UI.FedAchServiceReference.getACHByZipCodeResponse BookLibrary.UI.FedAchServiceReference.FedACHSoap.getACHByZipCode(BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest request)
 {
     return(base.Channel.getACHByZipCode(request));
 }