Ejemplo n.º 1
0
 public ERP_AccountsService.accountsInfo getAccountBudgetInfo(long accountid)
 {
     ERP_AccountsService.getAccountBudgetInfo inValue = new ERP_AccountsService.getAccountBudgetInfo();
     inValue.accountid = accountid;
     ERP_AccountsService.getAccountBudgetInfoResponse retVal = ((ERP_AccountsService.AccountsService)(this)).getAccountBudgetInfo(inValue);
     return(retVal.accountsinfo);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <ERP_AccountsService.getAccountBudgetInfoResponse> getAccountBudgetInfoAsync(long accountid)
 {
     ERP_AccountsService.getAccountBudgetInfo inValue = new ERP_AccountsService.getAccountBudgetInfo();
     inValue.accountid = accountid;
     return(((ERP_AccountsService.AccountsService)(this)).getAccountBudgetInfoAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ERP_AccountsService.getAccountBudgetInfoResponse> ERP_AccountsService.AccountsService.getAccountBudgetInfoAsync(ERP_AccountsService.getAccountBudgetInfo request)
 {
     return(base.Channel.getAccountBudgetInfoAsync(request));
 }
Ejemplo n.º 4
0
 ERP_AccountsService.getAccountBudgetInfoResponse ERP_AccountsService.AccountsService.getAccountBudgetInfo(ERP_AccountsService.getAccountBudgetInfo request)
 {
     return(base.Channel.getAccountBudgetInfo(request));
 }