Example #1
0
 public IEnumerable <Arquivo> ListarPorEvento(int eventoId)
 {
     return(_arquivoRepository.ListarPorEvento(eventoId));
 }