add field เพื่อระบบกรอกข้อมูลทะเบียนประวัติ

This commit is contained in:
Suphonchai Phoonsawat 2024-02-09 12:49:13 +07:00
parent 1f4cee21c7
commit c704556891
11 changed files with 51552 additions and 1 deletions

View file

@ -244,6 +244,8 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<ProfileEmploymentHistory> ProfileEmploymentHistorys { get; set; }
public DbSet<ProfileLeaveSummary> ProfileLeaveSummary { get; set; }
#endregion
#endregion
@ -346,7 +348,7 @@ namespace BMA.EHR.Infrastructure.Persistence
#endregion
public ApplicationDBContext(DbContextOptions<ApplicationDBContext> options) : base(options)
{