Merge branch 'develop' into work
This commit is contained in:
commit
c56e3b06b9
12 changed files with 849 additions and 29 deletions
8
BMA.EHR.Domain/Shared/GlobalConstants.cs
Normal file
8
BMA.EHR.Domain/Shared/GlobalConstants.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace BMA.EHR.Domain.Shared
|
||||
{
|
||||
public class GlobalConstants
|
||||
{
|
||||
public static readonly string TYPE_ATTACHMENT = "attachment";
|
||||
public static readonly string TYPE_COVER = "cover";
|
||||
}
|
||||
}
|
||||
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
public static readonly string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
||||
|
||||
public static readonly string NoFileToUpload = "ไม่พบไฟล์ที่ทำการอัพโหลด!";
|
||||
|
||||
#region " Meta Data "
|
||||
|
||||
public static readonly string DataExist5 = "เนื่องจากมีการกำหนดวันหยุดในการทำงาน 5 วันอยู่";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue