Пример #1
0
 public bool getACHByName(string Name, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByNameRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByNameRequest();
     inValue.Name = Name;
     BookLibrary.UI.FedAchServiceReference.getACHByNameResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByName(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByNameResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <BookLibrary.UI.FedAchServiceReference.getACHByNameResponse> getACHByNameAsync(BookLibrary.UI.FedAchServiceReference.getACHByNameRequest request)
 {
     return(base.Channel.getACHByNameAsync(request));
 }
Пример #3
0
 BookLibrary.UI.FedAchServiceReference.getACHByNameResponse BookLibrary.UI.FedAchServiceReference.FedACHSoap.getACHByName(BookLibrary.UI.FedAchServiceReference.getACHByNameRequest request)
 {
     return(base.Channel.getACHByName(request));
 }