เช็คเลขบัตร
This commit is contained in:
parent
b8f12139e1
commit
77d397a8d8
6 changed files with 267 additions and 126 deletions
9
Request/RequestCitizen.cs
Normal file
9
Request/RequestCitizen.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Net;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Request
|
||||
{
|
||||
public class RequestCitizen
|
||||
{
|
||||
public string CitizenId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue