Exemplo n.º 1
0
 public bool DeleteChartOfAccount(ChartOfAccount chart_of_account)
 {
     return(channel.DeleteChartOfAccount(chart_of_account));
 }