Uat_Study
parent
594849529c
commit
84bde443bf
|
@ -251,7 +251,7 @@ namespace IRaCIS.Application.Services
|
||||||
ReadModule readModule = null;
|
ReadModule readModule = null;
|
||||||
if (inDto.ReadingId != null)
|
if (inDto.ReadingId != null)
|
||||||
{
|
{
|
||||||
readModule = await _readModuleRepository.Where(x => x.Id ==inDto.ReadingId).FirstNotNullAsync();
|
readModule = await _readModuleRepository.Where(x => x.Id ==inDto.ReadingId).FirstOrDefaultAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
Dictionary<ModuleTypeEnum, ClinicalLevel> keyValuePairs = new Dictionary<ModuleTypeEnum, ClinicalLevel>();
|
Dictionary<ModuleTypeEnum, ClinicalLevel> keyValuePairs = new Dictionary<ModuleTypeEnum, ClinicalLevel>();
|
||||||
|
|
Loading…
Reference in New Issue