api ใบสรุปสมัครสอบ
This commit is contained in:
parent
ab86c20b84
commit
9f115e3c72
5 changed files with 106 additions and 15 deletions
17
Request/RequestCardCandidate.cs
Normal file
17
Request/RequestCardCandidate.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
using System.Net;
|
||||
using BMA.EHR.Recurit.Exam.Service.Models;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Request
|
||||
{
|
||||
public class RequestCardCandidate
|
||||
{
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Prefix { get; set; }
|
||||
public string? CitizenId { get; set; }
|
||||
public string? ExamIdenNumber { get; set; }
|
||||
public string? SeatNumber { get; set; }
|
||||
public string? Point { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue