using BMA.EHR.Recurit.Exam.Service.Responses.Document; namespace BMA.EHR.Recurit.Exam.Service.Response { public class HomePageContentResponseItem { public string? Content { get; set; } public string? Image { get; set; } } }