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