add model profile
This commit is contained in:
parent
edf886512c
commit
60e3a5cf4a
5 changed files with 415 additions and 5 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue