@@ -509,7 +509,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public class GetReportsChartSummaryOutDto
|
||||
{
|
||||
public EvaluationColumn Evaluation { get; set; }
|
||||
public List<ChartItem> Charts { get; set; } = new List<ChartItem>();
|
||||
|
||||
public List<ChartItem> TargetCharts { get; set; } = new List<ChartItem>();
|
||||
|
||||
public List<ChartItem> QuestionCharts { get; set; } = new List<ChartItem>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user