Beispiel #1
0
        public int Excluir(int id)
        {
            Pulseira p = new Pulseira();

            return(p.Excluir(id));
        }