Uat_Study
he 2023-05-23 10:40:38 +08:00
parent 36f236f69f
commit d7829c371f
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ namespace IRaCIS.Core.Application.Contracts
Task AddOncologyTask(Guid oncologModuleId);
Task<List<GetManualListOutDto>> GetManualList(GetManualListInDto inDto)
Task<List<GetManualListOutDto>> GetManualList(GetManualListInDto inDto);
}
}