Exemplo n.º 1
0
 public async Task <QuestionDto> CreateOrUpdateQuestion(string examId, string sectionId, QuestionDto dto)
 {
     return(await _service.CreateOrUpdateQuestion(dto));
 }