Example #1
0
 public async Task <Answer> FindAsync(Guid id, CancellationToken ct)
 {
     return(await _answerService.FindAsync(id, ct));
 }