Exemple #1
0
 public static DataTable GetListAccountsForMoveDataTable(int AccountId)
 {
     return(DBFinance.GetListAccountsForMoveDataTable(AccountId));
 }