コード例 #1
0
 @Override
 public void excluir(Telefone telefone) throws Exception, ExclusaoNaoPermitidaException {
   telefoneDao.excluir(telefone);
 }