예제 #1
0
 public async Task <QuestionViewModel> Get(long id)
 {
     return(await _questionAppService.GetById(id));
 }