コード例 #1
0
ファイル: Reference.cs プロジェクト: zhaohonggang/Purchasing
 public Purchasing.WS.FinancialRoleService.simpleAccountInfo[] getSimpleAccountInfos(Purchasing.WS.FinancialRoleService.accountKey[] accounts)
 {
     Purchasing.WS.FinancialRoleService.getSimpleAccountInfos inValue = new Purchasing.WS.FinancialRoleService.getSimpleAccountInfos();
     inValue.accounts = accounts;
     Purchasing.WS.FinancialRoleService.getSimpleAccountInfosResponse retVal = ((Purchasing.WS.FinancialRoleService.financialSystemRoleServiceSOAP)(this)).getSimpleAccountInfos(inValue);
     return(retVal.@return);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhaohonggang/Purchasing
 Purchasing.WS.FinancialRoleService.getSimpleAccountInfosResponse Purchasing.WS.FinancialRoleService.financialSystemRoleServiceSOAP.getSimpleAccountInfos(Purchasing.WS.FinancialRoleService.getSimpleAccountInfos request)
 {
     return(base.Channel.getSimpleAccountInfos(request));
 }