IRC_NewDev
parent
9bfd89cb9b
commit
8846c1d728
|
@ -180,9 +180,11 @@ namespace IRaCIS.Core.Application.Service
|
||||||
var questionList = await query.ToPagedListAsync(inDto.PageIndex, inDto.PageSize, inDto.SortField, inDto.Asc);
|
var questionList = await query.ToPagedListAsync(inDto.PageIndex, inDto.PageSize, inDto.SortField, inDto.Asc);
|
||||||
return (questionList, new
|
return (questionList, new
|
||||||
{
|
{
|
||||||
|
|
||||||
IsConfirmMedicineQuestion = isConfirmMedicineQuestion,
|
IsConfirmMedicineQuestion = isConfirmMedicineQuestion,
|
||||||
//QuestionCount = questionList.Count(),
|
LanguageType=(await _readingMedicineTrialQuestionRepository.FirstOrDefaultAsync(x => x.TrialReadingCriterionId == inDto.TrialReadingCriterionId&& x.SystemQuestionId != null))?.LanguageType,
|
||||||
});
|
//QuestionCount = questionList.Count(),
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue