namespace DocuMed.Domain.Dtos.LargDtos; public class MedicalHistoryTemplateLDto : BaseDto { public string ChiefComplaint { get; set; } = string.Empty; public Guid SectionId { get; set; } public List Questions { get; set; } = new(); }