แก้โค้ดรายงาน บช 1 ให้เรียงลำดับ

บช 2-3 แสดงรายชื่อ และการเรียงลำดับ
This commit is contained in:
Suphonchai Phoonsawat 2023-06-19 20:35:36 +07:00
parent 23b3bdbbd0
commit 2940777197
6 changed files with 780 additions and 485 deletions

View file

@ -40,5 +40,7 @@ namespace BMA.EHR.Profile.Service.Models.HR
public virtual List<ProfileEducationHistory> ProfileEducationHistorys { get; set; } = new List<ProfileEducationHistory>();
public virtual Profile? Profile { get; set; }
public virtual Guid? ProfileId { get; set; }
}
}