add Oracle = Leave Service

This commit is contained in:
Suphonchai Phoonsawat 2024-05-03 13:35:36 +07:00
parent 18d75f4b04
commit f5558747d8
450 changed files with 882 additions and 2451185 deletions

View file

@ -19,6 +19,7 @@ namespace BMA.EHR.Infrastructure.Persistence
public class ApplicationDBExamContext : DbContext, IApplicationDBExamContext
{
#region " From Existing Database "
public DbSet<Candidate> Candidates { get; set; }
public DbSet<Career> Careers { get; set; }
public DbSet<Education> Educations { get; set; }