add model profile

This commit is contained in:
Kittapath 2023-10-12 02:56:03 +07:00
parent edf886512c
commit 60e3a5cf4a
5 changed files with 415 additions and 5 deletions

View file

@ -52,5 +52,7 @@ namespace BMA.EHR.Recurit.Service.Data
public DbSet<Religion> Religions { get; set; }
public DbSet<SubDistrict> SubDistricts { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.Profile> Profiles { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileSalary> ProfileSalaries { get; set; }
}
}