Ejemplo n.º 1
0
 public async Task QuestionIds(string id, [FromBody] List <int> questionIdList)
 {
     await _testsService.AddQuestions(id, questionIdList).ConfigureAwait(false);
 }