Uat_Study
he 2022-08-11 15:23:31 +08:00
parent 8006f7f003
commit e234e1a946
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace IRaCIS.Application.Services
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
public async Task<List<ReadingTableQuestionSystemView>> GetReadingTableQuestionSystemList(ReadingTableQuestionSystemQuery inDto)
{
@ -91,6 +92,7 @@ namespace IRaCIS.Application.Services
/// </summary>
/// <param name="addOrEditReadingTableQuestionSystem"></param>
/// <returns></returns>
[HttpPost]
public async Task<IResponseOutput> AddOrUpdateReadingTableQuestionSystem(ReadingTableQuestionSystemAddOrEdit addOrEditReadingTableQuestionSystem)
{