ตรวจสอบข้อมูลสมัครสอบหลายคน

This commit is contained in:
Kittapath 2023-10-02 11:40:43 +07:00
parent fbef67f33a
commit 974211893a
3 changed files with 91 additions and 2 deletions

View file

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