修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user