api ใบสรุปสมัครสอบ

This commit is contained in:
Kittapath 2023-04-06 22:50:53 +07:00
parent ab86c20b84
commit 9f115e3c72
5 changed files with 106 additions and 15 deletions

View 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; }
}
}

View file

@ -1,10 +0,0 @@
using System.Net;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class testtest
{
public CancellationToken? xxx { get; set; }
public MemoryStream? zzz { get; set; }
}
}