StableVersion4.3/HL_FristAidPlatform_Help/Model/HospitalModel.cs

10 lines
168 B
C#

namespace HL_FristAidPlatform_Help
{
public class HospitalModel
{
public string Name { get; set; }
public string GUID { get; set; }
}
}