Ejemplo n.º 1
0
        public DataTable BillGetAccount(string state)
        {
            DataTable dt = dalAccount.DalGetAccount(state);

            return(dt);
        }