修改
This commit is contained in:
@@ -160,8 +160,8 @@ namespace IRaCIS.Application.Services
|
||||
.Select(x => new GetCalculateTableQuestionsOutDto
|
||||
()
|
||||
{
|
||||
TableQuestionId = x.Id,
|
||||
TableQuestionName = x.QuestionName
|
||||
QuestionId = x.Id,
|
||||
QuestionName = x.QuestionName
|
||||
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user