Пример #1
0
 public List <AccountBalanceSheet> ReadAccountBalanceSheet(string onDate)
 {
     return(AMSService.ReadAccountBalanceSheet(onDate));
 }