add field เพื่อระบบกรอกข้อมูลทะเบียนประวัติ
This commit is contained in:
parent
1f4cee21c7
commit
c704556891
11 changed files with 51552 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue