コード例 #1
0
 public IEnumerable <Pergunta> GetByProduto(int produtoId)
 {
     return(_perguntaRepository.GetByProduto(produtoId));
 }