ปรับระบบสรรหาสอบคัดเลือก (4)

This commit is contained in:
harid 2025-11-19 10:31:20 +07:00
parent efb22a9d73
commit fe4781030b
4 changed files with 30 additions and 29 deletions

View file

@ -0,0 +1,9 @@
using System.Net;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestApproveShowExamInfo
{
public string? ExamId { get; set; }
}
}