Exemplo n.º 1
0
 public IEnumerable <Pergunta> ObterMinhasPerguntas(String autor)
 {
     return(_perguntaRepository.ObterMinhasPerguntas(autor));
 }