แก้สมัครสอบ

This commit is contained in:
kittapath 2025-01-05 21:59:00 +07:00
parent 0412128380
commit 2d65213eee
56 changed files with 4297 additions and 1392 deletions

View file

@ -32,8 +32,8 @@ namespace BMA.EHR.Recurit.Service.Data
// }
}
public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileOrganization> ProfileOrganizations { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.OrganizationEntity> Organizations { get; set; }
// public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileOrganization> ProfileOrganizations { get; set; }
// public DbSet<BMA.EHR.Profile.Service.Models.HR.OrganizationEntity> Organizations { get; set; }
public DbSet<Placement> Placements { get; set; }
public DbSet<PlacementCertificate> PlacementCertificates { get; set; }
public DbSet<PlacementEducation> PlacementEducations { get; set; }
@ -41,18 +41,18 @@ namespace BMA.EHR.Recurit.Service.Data
public DbSet<PlacementProfile> PlacementProfiles { get; set; }
public DbSet<PlacementType> PlacementTypes { get; set; }
public DbSet<BloodGroup> BloodGroups { get; set; }
public DbSet<District> Districts { get; set; }
public DbSet<EducationLevel> EducationLevels { get; set; }
public DbSet<Gender> Genders { get; set; }
public DbSet<PositionPath> PositionPaths { get; set; }
public DbSet<Prefix> Prefixes { get; set; }
public DbSet<Province> Provinces { get; set; }
public DbSet<Relationship> Relationships { get; set; }
public DbSet<Religion> Religions { get; set; }
public DbSet<SubDistrict> SubDistricts { get; set; }
// public DbSet<BloodGroup> BloodGroups { get; set; }
// public DbSet<District> Districts { get; set; }
// public DbSet<EducationLevel> EducationLevels { get; set; }
// public DbSet<Gender> Genders { get; set; }
// public DbSet<PositionPath> PositionPaths { get; set; }
// public DbSet<Prefix> Prefixes { get; set; }
// public DbSet<Province> Provinces { get; set; }
// public DbSet<Relationship> Relationships { get; set; }
// 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; }
// public DbSet<BMA.EHR.Profile.Service.Models.HR.Profile> Profiles { get; set; }
// public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileSalary> ProfileSalaries { get; set; }
}
}