Exemplo n.º 1
0
 public void MarcarPresenca(int id)
 {
     _participanteRepository.MarcarPresenca(id);
 }