2023-03-13 12:29:56 +07:00
|
|
|
|
namespace BMA.EHR.Recruit.Service.Core
|
|
|
|
|
|
{
|
2023-04-06 16:38:26 +07:00
|
|
|
|
public class GlobalMessages
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
|
|
|
|
|
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
|
|
|
|
|
|
public const string InvalidRequestParam = "Request parameter ไม่ถูกต้อง!!";
|
|
|
|
|
|
public const string NoFileToUpload = "ไม่พบไฟล์เพื่อทำการอัพโหลด";
|
|
|
|
|
|
public const string DataNotFound = "ไม่พบข้อมูลในระบบ";
|
2024-06-13 12:56:28 +07:00
|
|
|
|
|
|
|
|
|
|
public const string InvalidExamScore = "ไม่พบข้อมูลผลการสอบ กรุณาตรวจสอบความถูกต้องอีกครั้ง!";
|
2023-04-06 16:38:26 +07:00
|
|
|
|
}
|
2023-03-13 12:29:56 +07:00
|
|
|
|
}
|