ตรวจสอบข้อมูลสมัครสอบหลายคน
This commit is contained in:
parent
fbef67f33a
commit
974211893a
3 changed files with 91 additions and 2 deletions
9
Request/RequestApproves.cs
Normal file
9
Request/RequestApproves.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Net;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Request
|
||||
{
|
||||
public class RequestApproves
|
||||
{
|
||||
public string[]? CandidateId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue