コード例 #1
0
 public async Task <QuestionViewModel> FindAsync(Guid id)
 {
     return(await _questionAppService.FindAsync(id));
 }