namespace DocuMed.PWA.Models.Entities;
public class MedicalHistoryQuestion
{
public string Title { get; set; } = string.Empty;
public MedicalHistoryQuestionType Type { get; set; }
}