สร้าง api อัพเอกสาร

This commit is contained in:
Kittapath 2023-03-31 15:01:40 +07:00
parent 3ff5a4fa46
commit 15e4d21a6f
13 changed files with 3037 additions and 5 deletions

View file

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