Ejemplo n.º 1
0
 public async Task <QuestionDto> Get(Guid id)
 {
     return(await _questionManager.GetQuestionAsync(id));
 }