コード例 #1
0
 public Votacao inserir(Votacao votacao) {
   return votacaoDao.inserir(votacao);
 }