รูปสอบคัดเลือก

This commit is contained in:
Kittapath 2023-10-09 12:58:45 +07:00
parent 4e90ffadb2
commit b950dde304
6 changed files with 37 additions and 3 deletions

View file

@ -24,6 +24,7 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<Education> Educations { get; set; }
public DbSet<PeriodExam> PeriodExams { get; set; }
public DbSet<PositionExam> PositionExams { get; set; }
public DbSet<Document> Documents { get; set; }
#endregion