Пример #1
0
        }// --------------------------------------------------------------------------------------------

        public void InseriImagem(Entidades.Produtos Ent)
        {
            try
            {
                DAL.Produtos DAL = new DAL.Produtos();
                DAL.InseriImagem(Ent);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }// --------------------------------------------------------------------------------------------