This commit is contained in:
Adisak 2025-11-11 12:03:14 +07:00
parent 5007b6f10d
commit 3fd9d05cd2

View file

@ -2364,6 +2364,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
commandCode = r.commandCode,
commandName = r.commandName,
remark = r.remark,
resignId = p.Id,
}).ToList();
var baseAPIOrg = _configuration["API"];