Beispiel #1
0
 public List <ChartOfAccounts> GetLocationWiseChartOfAccount(string locationCode)
 {
     return(AMSService.GetLocationWiseChartOfAccount(locationCode));
 }