修改
This commit is contained in:
@@ -24,7 +24,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
Task<IResponseOutput> AddOrUpdateQCQuestionAnswerList(QCQuestionAnswerCommand[] qcQuestionAnswerCommands, Guid trialId, Guid subjectVisitId, [FromRoute] TrialQCProcess trialQCProcess, [FromRoute] CurrentQC currentQCType);
|
||||
Task<IResponseOutput> AddQCChallengeReply(QADialogCommand qaDialogCommand);
|
||||
Task<IResponseOutput> CloseCheckChallenge(CloseCheckChallengeDto input);
|
||||
Task<IResponseOutput> CloseQCChallenge(Guid qcChallengeId, Guid subjectVisitId, [FromRoute] QCChallengeCloseEnum closeEnum, [FromRoute] string closeReason);
|
||||
Task<IResponseOutput> CloseQCChallenge(CloseQCChallengeInDto input);
|
||||
Task<IResponseOutput> CRCRequestReUpload(Guid qcChallengeId);
|
||||
Task<IResponseOutput> CRCRequestToQC(CRCRequestToQCCommand cRCRequestToQCCommand);
|
||||
Task<IResponseOutput> CRCRequstCheckBack(Guid subjectVisitId);
|
||||
|
||||
Reference in New Issue
Block a user