示例#1
0
        public DataTable DtgrMDEmpresa()
        {
            DataTable tabela = new DataTable();

            EmpresaDAL empDAL = new EmpresaDAL(this.Conexao);

            tabela = empDAL.DtgrMDEmpresa();

            return(tabela);
        }