Example #1
0
 public List <TrialBalanceReport> ReadTrialBalance(string reportType, string locationCode, string startDate, string endDate, string projectCode)
 {
     return(AMSService.ReadTrialBalance(reportType, locationCode, startDate, endDate, projectCode));
 }