Exemplo n.º 1
0
        public DataTable MostrarCategoria()
        {
            DataTable tablaCat = new DataTable();

            tablaCat = objCD.mostrarCategoria();
            return(tablaCat);
        }