@@ -445,7 +445,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string TaskBlindName { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
public class GetReportsChartDataOutDto
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class GetReportsChartDataInDto
|
||||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
}
|
||||
public class SetReadKeyFileInDto
|
||||
{
|
||||
public Guid TrialCriterionId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user