Ejemplo n.º 1
0
        public static DataTable TransactionTypeDataControl()
        {
            DataTable dt = AccountQuery.AccountTable();

            return(dt);
        }
Ejemplo n.º 2
0
        public static DataTable PaidByDataControl()
        {
            DataTable dt = AccountQuery.AccountTable();

            return(dt);
        }