@@ -1574,7 +1574,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public class GetCalculateQuestionsOutDto: ReadingQuestionSystemView
|
||||
{
|
||||
|
||||
public List<ReadingTableQuestionSystemView> TableQuestions { get; set; }
|
||||
public List<ReadingTableQuestionTrial> TableQuestions { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class GetSystemCalculateQuestionsOutDto : ReadingQuestionSystemView
|
||||
{
|
||||
|
||||
public List<ReadingTableQuestionSystem> TableQuestions { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user