ย้ายมาออกรายงานผ่านระบบ
This commit is contained in:
parent
4987f7c5ad
commit
b817b781d2
144 changed files with 5573 additions and 63 deletions
11
Core/GlobalMessages.cs
Normal file
11
Core/GlobalMessages.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace BMA.EHR.Recruit.Service.Core
|
||||
{
|
||||
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 = "ไม่พบข้อมูลในระบบ";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue