Example #1
0
 public Task <IAnswer> GetAnswerAsync(string questionId, string id)
 {
     return(_answersRepository.GetAsync(questionId, id));
 }