This commit is contained in:
he
2022-08-05 13:16:39 +08:00
parent 412ca21ba2
commit 035f39f217
7 changed files with 140 additions and 102 deletions
@@ -21,5 +21,7 @@ namespace IRaCIS.Core.Application.Contracts
Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto);
Task<IResponseOutput> SubmitOncologyReadingInfo(SubmitOncologyReadingInfoInDto inDto);
Task AddOncologyTask(Guid oncologModuleId);
}
}