Esempio n. 1
0
        public void Excluir(Conta c)
        {
            ContaRepositorio rep = new ContaRepositorio();

            rep.Delete(c);
        }