Ejemplo n.º 1
0
 public List <ChartOfAccounts> ReadChartOfAccountsForGLLedger(string locationCode, string projectCode, string isValidforLocation, string accountParCapSub)
 {
     return(AMSService.ReadChartOfAccountsForGLLedger(locationCode, projectCode, isValidforLocation, accountParCapSub));
 }