This commit is contained in:
he
2022-11-18 16:17:29 +08:00
parent ad2499a23e
commit 21c9f4a82a
2 changed files with 1 additions and 3 deletions
@@ -140,8 +140,6 @@ namespace IRaCIS.Core.Application
[HttpPost]
public async Task<GetTrialReadingInfoOutDto> GetCriterionReadingInfo(GetTrialReadingInfoInDto inDto)
{
var trialCriterion = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == inDto.TrialReadingCriterionId).FirstNotNullAsync();