示例#1
0
 public System.Threading.Tasks.Task <ERP_AccountsService.findAllAccountsResponse> findAllAccountsAsync()
 {
     ERP_AccountsService.findAllAccounts inValue = new ERP_AccountsService.findAllAccounts();
     return(((ERP_AccountsService.AccountsService)(this)).findAllAccountsAsync(inValue));
 }
示例#2
0
 public ERP_AccountsService.accounts[] findAllAccounts()
 {
     ERP_AccountsService.findAllAccounts         inValue = new ERP_AccountsService.findAllAccounts();
     ERP_AccountsService.findAllAccountsResponse retVal  = ((ERP_AccountsService.AccountsService)(this)).findAllAccounts(inValue);
     return(retVal.accounts);
 }
示例#3
0
 System.Threading.Tasks.Task <ERP_AccountsService.findAllAccountsResponse> ERP_AccountsService.AccountsService.findAllAccountsAsync(ERP_AccountsService.findAllAccounts request)
 {
     return(base.Channel.findAllAccountsAsync(request));
 }
示例#4
0
 ERP_AccountsService.findAllAccountsResponse ERP_AccountsService.AccountsService.findAllAccounts(ERP_AccountsService.findAllAccounts request)
 {
     return(base.Channel.findAllAccounts(request));
 }