add feature

This commit is contained in:
Suphonchai Phoonsawat 2023-03-24 15:16:00 +07:00
parent b2abfe9e87
commit b7fe4fc1f7
41 changed files with 2182 additions and 524 deletions

View file

@ -4,5 +4,6 @@
{
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
public const string InvalidRequestParam = "Request parameter ไม่ถูกต้อง!!";
}
}