namespace HL_FristAidPlatform_DTO { public class DiagnosisDetailDTO { public int ID { get; set; } public string Name { get; set; } } }