This commit is contained in:
he
2022-08-01 18:01:41 +08:00
parent 391a5f906f
commit bc69bb1b43
6 changed files with 110 additions and 34 deletions
@@ -20,6 +20,6 @@ namespace IRaCIS.Core.Application.Contracts
Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto);
Task<IResponseOutput> SetOncologyReadingInfo(SetOncologyReadingInfoInDto inDto);
Task<IResponseOutput> SubmitOncologyReadingInfo(SubmitOncologyReadingInfoInDto inDto);
}
}