first commit
This commit is contained in:
commit
f797ff3e50
228 changed files with 25555 additions and 0 deletions
8
Core/GlobalMessages.cs
Normal file
8
Core/GlobalMessages.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace BMA.EHR.Recruit.Service.Core
|
||||
{
|
||||
public class GlobalMessages
|
||||
{
|
||||
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
||||
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue