Example #1
0
        }// --------------------------------------------------------------------------------------------

        public Entidades.ProdutosCollection CarregaCategorias()
        {
            try
            {
                DAL.Produtos DAL = new DAL.Produtos();
                return(DAL.CarregaCategorias());
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }// --------------------------------------------------------------------------------------------