no message

This commit is contained in:
Kittapath 2024-06-07 03:06:11 +07:00
parent 94980d9157
commit d47df139ed
9 changed files with 532 additions and 195 deletions

View file

@ -241,6 +241,7 @@ namespace BMA.EHR.Application.Repositories.Reports
// p.Profile.PositionExecutiveId,
// Organization = p.Profile.Oc,
// OrganizationId = p.Profile.OcId,
p.position,
p.Number,
p.Date,
p.Location,
@ -282,6 +283,7 @@ namespace BMA.EHR.Application.Repositories.Reports
data.Number,
data.Location,
data.Reason,
Position = data.position,
};
}
#endregion