Merge branch 'develop'
All checks were successful
Build & Deploy Discipline Service / build (push) Successful in 1m7s

This commit is contained in:
harid 2025-12-23 18:04:16 +07:00
commit b03be82f7c

View file

@ -325,7 +325,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
.Select(x => new
{
Id = x.Id,
PersonId = x.PersonId,
ProfileId = x.PersonId,
CitizenId = x.CitizenId,
Prefix = x.Prefix,
FirstName = x.FirstName,