ปรับระบบสรรหาสอบคัดเลือก (4)
This commit is contained in:
parent
efb22a9d73
commit
fe4781030b
4 changed files with 30 additions and 29 deletions
9
Request/RequestApproveShowExamInfo.cs
Normal file
9
Request/RequestApproveShowExamInfo.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Net;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Request
|
||||
{
|
||||
public class RequestApproveShowExamInfo
|
||||
{
|
||||
public string? ExamId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue