hrms-api-exam/Response/HomePageContentResponseItem.cs

11 lines
257 B
C#

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; }
}
}