Exemple #1
0
 public void InseriProduto(Entidades.Produtos Ent)
 {
     try
     {
         DAL.Produtos DAL = new DAL.Produtos();
         DAL.InseriProduto(Ent);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }// --------------------------------------------------------------------------------------------