Uat_Study
parent
5f3ac44e74
commit
55388ce67f
|
@ -1097,9 +1097,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public class GetCalculateTableQuestionsOutDto
|
public class GetCalculateTableQuestionsOutDto
|
||||||
{
|
{
|
||||||
public Guid TableQuestionId { get; set; }
|
public Guid QuestionId { get; set; }
|
||||||
|
|
||||||
public string TableQuestionName { get; set; }
|
public string QuestionName { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -160,8 +160,8 @@ namespace IRaCIS.Application.Services
|
||||||
.Select(x => new GetCalculateTableQuestionsOutDto
|
.Select(x => new GetCalculateTableQuestionsOutDto
|
||||||
()
|
()
|
||||||
{
|
{
|
||||||
TableQuestionId = x.Id,
|
QuestionId = x.Id,
|
||||||
TableQuestionName = x.QuestionName
|
QuestionName = x.QuestionName
|
||||||
|
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue