using System.Net; namespace BMA.EHR.Recurit.Exam.Service.Response { public class CandidateStatusResponse { public string? Status { get; set; } public string? RejectDetail { get; set; } public bool? IsShowExamInfo { get; set; } } }