MinIO Service
This commit is contained in:
parent
e33c19ae8a
commit
bdd327cce2
43 changed files with 2092 additions and 1447 deletions
|
|
@ -1,9 +1,10 @@
|
|||
namespace BMA.EHR.Recruit.Service.Core
|
||||
{
|
||||
public class GlobalMessages
|
||||
{
|
||||
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
||||
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
|
||||
public const string InvalidRequestParam = "Request parameter ไม่ถูกต้อง!!";
|
||||
}
|
||||
public class GlobalMessages
|
||||
{
|
||||
public const string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
||||
public const string CannotInsertToDatabase = "ไม่สามารถบันทึกลงฐานข้อมูลได้!!";
|
||||
public const string InvalidRequestParam = "Request parameter ไม่ถูกต้อง!!";
|
||||
public const string NoFileToUpload = "ไม่พบไฟล์เพื่อทำการอัพโหลด";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue