Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-04 16:18:18 +07:00
commit c56e3b06b9
12 changed files with 849 additions and 29 deletions

View 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";
}
}

View file

@ -16,6 +16,8 @@
public static readonly string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
public static readonly string NoFileToUpload = "ไม่พบไฟล์ที่ทำการอัพโหลด!";
#region " Meta Data "
public static readonly string DataExist5 = "เนื่องจากมีการกำหนดวันหยุดในการทำงาน 5 วันอยู่";