StableVersion4.3/HL_FristAidPlatform_Public/Models/ReportModel.cs

8 lines
167 B
C#

namespace HL_FristAidPlatform_Public
{
public class ReportModel
{
public string name { get; set; }
public string value { get; set; }
}
}