แก้ model profile

This commit is contained in:
Kittapath 2023-08-16 16:44:36 +07:00
parent 6a0d548f22
commit da20b8c64e
7 changed files with 112 additions and 6 deletions

View file

@ -25,6 +25,7 @@ namespace BMA.EHR.Domain.Models.HR
// public string? CertiNumber { get; set; }
// public DateTime? Start { get; set; }
// public DateTime? End { get; set; }
public bool IsActive { get; set; } = true;
public virtual List<ProfileCertificateHistory> ProfileCertificateHistorys { get; set; } = new List<ProfileCertificateHistory>();
public virtual Profile? Profile { get; set; }
}