Пример #1
0
 public bool getACHByLocation(string Address, string StateCode, string City, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest();
     inValue.Address   = Address;
     inValue.StateCode = StateCode;
     inValue.City      = City;
     BookLibrary.UI.FedAchServiceReference.getACHByLocationResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByLocation(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByLocationResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <BookLibrary.UI.FedAchServiceReference.getACHByLocationResponse> getACHByLocationAsync(BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest request)
 {
     return(base.Channel.getACHByLocationAsync(request));
 }
Пример #3
0
 BookLibrary.UI.FedAchServiceReference.getACHByLocationResponse BookLibrary.UI.FedAchServiceReference.FedACHSoap.getACHByLocation(BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest request)
 {
     return(base.Channel.getACHByLocation(request));
 }