This commit is contained in:
he
2022-08-04 14:58:00 +08:00
parent 3f524341bd
commit ee07049a6e
4 changed files with 20 additions and 5 deletions
@@ -13,6 +13,6 @@ namespace IRaCIS.Core.Application.Contracts
Task<IResponseOutput> DeleteQCQuestionConfigure(Guid qCQuestionConfigureId);
Task<List<QCQuestionConfigureView>> GetQCQuestionConfigureList(QCQuestionQuery queryQCQuestionConfigure);
Task<List<TrialQCQuestionSelect>> GetQCQuestionSelectList(TrialQCQuestionFilterSelect trialQCQuestionFilterSelect);
}
}