This commit is contained in:
he
2022-11-24 09:20:36 +08:00
parent ec02bb478b
commit b1eba88540
2 changed files with 12 additions and 5 deletions
@@ -938,6 +938,9 @@ namespace IRaCIS.Application.Services
});
await _readingQuestionTrialRepository.AddRangeAsync(trialQuestionList);
//
await _readingQuestionTrialRepository.SaveChangesAsync();
}