using System.Net; namespace BMA.EHR.Recurit.Exam.Service.Request { public class RequestApproveShowExamInfo { public string? ExamId { get; set; } public bool? Status { get; set; } } }