コード例 #1
0
 public IEnumerable <QuestionViewModel> GetAllAsNoTracking()
 {
     return(_questionAppService.GetAllAsNoTracking());
 }