This commit is contained in:
he
2022-07-21 14:27:44 +08:00
parent 25584cda9e
commit cdd30a9978
4 changed files with 10 additions and 5 deletions
@@ -18,6 +18,6 @@ namespace IRaCIS.Core.Application.Contracts
void FindChildQuestion(GetTrialReadingQuestionOutDto trialReadingQuestion, List<GetTrialReadingQuestionOutDto> questionlists);
Task<IResponseOutput> SubmitGlobalReadingInfo(SaveGlobalReadingInfoInDto inDto);
Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto);
}
}