This commit is contained in:
helongjun
2022-05-23 16:12:11 +08:00
2 changed files with 1 additions and 3 deletions
@@ -8,8 +8,6 @@ namespace IRaCIS.Application.Interfaces
bool TrialExpeditedChange { get; set; }
Task<IResponseOutput<Trial>> AddOrUpdateTrial(TrialCommand trialAddModel);
Task<IResponseOutput> ConfirmTrialVisitPlan(Guid trialId, bool confirmOrCancel = true);
Task<IResponseOutput> DeleteTrial(Guid trialId);
Task<PageOutput<TrialDetailDTO>> GetReviewerTrialListByEnrollmentStatus(TrialByStatusQueryDTO param);
Task<List<Guid>> GetTrialEnrollmentReviewerIds(Guid trialId);