Beispiel #1
0
 public List <ChartOfAccount> GetChartOfAccounts(Company company)
 {
     return(channel.GetChartOfAccounts(company));
 }