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