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