增加oss 删除方法
This commit is contained in:
@@ -9,7 +9,6 @@ namespace IRaCIS.Application.Interfaces
|
||||
bool TrialExpeditedChange { get; set; }
|
||||
|
||||
Task<IResponseOutput<Trial>> AddOrUpdateTrial(TrialCommand trialAddModel);
|
||||
Task<IResponseOutput> DeleteTrial(Guid trialId);
|
||||
Task<PageOutput<TrialDetailDTO>> GetReviewerTrialListByEnrollmentStatus(TrialByStatusQueryDTO param);
|
||||
Task<List<Guid>> GetTrialEnrollmentReviewerIds(Guid trialId);
|
||||
Task<int> GetTrialExpeditedState(Guid trialId);
|
||||
|
||||
Reference in New Issue
Block a user