9 lines
415 B
C#
9 lines
415 B
C#
namespace BMA.EHR.Recruit.Service.Core
|
|
{
|
|
public class GlobalMessages
|
|
{
|
|
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
|
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
|
|
public const string InvalidRequestParam = "Request parameter ไม่ถูกต้อง!!";
|
|
}
|
|
}
|