Ejemplo n.º 1
0
 public int CreateChartOfAccount(ChartOfAccount chart_of_account)
 {
     return(channel.CreateChartOfAccount(chart_of_account));
 }