This commit is contained in:
he
2022-08-17 14:29:15 +08:00
parent 2813ef5599
commit ae690fd25d
@@ -77,6 +77,7 @@ namespace IRaCIS.Application.Services
{
List<GetSystemCriterionListOutDto> result = await _readingQuestionCriterionSystemRepository.Select(x => new GetSystemCriterionListOutDto()
{
CriterionId=x.Id,
CriterionName=x.CriterionName,