เช็คเลขบัตร

This commit is contained in:
Kittapath 2023-10-06 17:32:14 +07:00
parent b8f12139e1
commit 77d397a8d8
6 changed files with 267 additions and 126 deletions

View file

@ -0,0 +1,9 @@
using System.Net;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestCitizen
{
public string CitizenId { get; set; }
}
}