IRC_NewDev
he 2023-07-04 13:55:16 +08:00
parent 020fbf33e5
commit 9f4b274985
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ namespace IRaCIS.Core.Application.Service
var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto() var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto()
{ {
SubjectId = x.Id, SubjectId = x.Id,