ปรับ api เข้ากับ โครงสร้างใหม่

This commit is contained in:
Kittapath 2024-05-27 09:09:11 +07:00
parent 8851ac6db0
commit 811fa781b4
20 changed files with 1397 additions and 73 deletions

View file

@ -1,4 +1,4 @@
using BMA.EHR.Core;
// using BMA.EHR.Core;
using BMA.EHR.Recurit.Exam.Service.Request;
using BMA.EHR.Recurit.Exam.Service.Response;
using BMA.EHR.Recurit.Exam.Service.Services;
@ -43,7 +43,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
{
try
{
return Success(GlobalMessages.Success, "ผ่าน");
return Success("สำเร็จ", "ผ่าน");
}
catch (Exception ex)
{