api บันทึก และ แสดง ข้อมูลผู้สมัคร

This commit is contained in:
Kittapath 2023-03-23 21:41:26 +07:00
parent ffeab6a127
commit a781c375d7
40 changed files with 10433 additions and 2 deletions

View file

@ -28,5 +28,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Data
public DbSet<SubDistrict> SubDistricts { get; set; }
public DbSet<PeriodExam> PeriodExams { get; set; }
public DbSet<Candidate> Candidates { get; set; }
public DbSet<Career> Careers { get; set; }
public DbSet<Education> Educations { get; set; }
}
}