เช็คเลขบัตร

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

@ -24,5 +24,6 @@
public const string SubDistrictNotFound = "ไม่พบข้อมูลตำบล/แขวง";
public const string CMSNotFound = "ไม่พบข้อมูล CMS";
public const string OrganizationNotFound = "ไม่พบข้อมูลสังกัด";
public const string CitizanDupicate = "เลขบัตรประชาชนนี้ได้ทำการสมัครไว้แล้ว";
}
}