using IRaCIS.Core.Application.Contracts; using IRaCIS.Core.Domain.Share; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IRaCIS.Core.Application.Service.Reading.Dto { public class GetMedicalReviewReadingTaskInDto { public Guid TrialId { get; set; } public Guid TaskMedicalReviewId { get; set; } } }