10 lines
215 B
C#
10 lines
215 B
C#
|
|
using BMA.EHR.Recurit.Exam.Service.Responses.Document;
|
|
|
|
namespace BMA.EHR.Recurit.Exam.Service.Response
|
|
{
|
|
public class AboutPageContentResponseItem
|
|
{
|
|
public string? Content { get; set; }
|
|
}
|
|
}
|