This commit is contained in:
he
2022-07-13 14:27:06 +08:00
parent 768c7432ae
commit 00fe76f326
6 changed files with 113 additions and 17 deletions
@@ -6,6 +6,7 @@ namespace IRaCIS.Application.Interfaces
{
public interface ITrialConfigService
{
Task<IResponseOutput> TrialReadingInfoSign(TrialReadingInfoSignInDto inDto);
Task<IResponseOutput> UpdateTrialState(Guid trialId, string trialStatusStr, string? reason);
Task<IResponseOutput> AbandonTrial(Guid trialId, bool isAbandon);
Task<TrialConfigDTO> GetTrialConfigInfo(Guid trialId);