示例#1
0
        }// --------------------------------------------------------------------------------------------

        public void RemoveProduto(Int32 Produto)
        {
            try
            {
                DAL.Produtos DAL = new DAL.Produtos();
                DAL.RemoveProduto(Produto);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }// --------------------------------------------------------------------------------------------