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