Exemplo n.º 1
0
 public IEnumerable <Participante> ContarPorSexo(int eventoId)
 {
     return(_participanteRepository.ContarPorSexo(eventoId));
 }