Esempio n. 1
0
 public async Task AnswerQuestionAsync(Question question)
 {
     await _studentRepository.AnswerQuestionAsync(question);
 }