Exemplo n.º 1
0
 public IEnumerable <Pergunta> GetByUsuario(string usuarioId)
 {
     return(_perguntaRepository.GetByUsuario(usuarioId));
 }