report ประวัติทำงาน

This commit is contained in:
Kittapath 2023-10-09 11:25:07 +07:00
parent 0043e86fa3
commit 4e90ffadb2
7 changed files with 46 additions and 34 deletions

View file

@ -16,7 +16,7 @@ using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Infrastructure.Persistence
{
public class ApplicationDBExamContext : DbContext, IApplicationDBContext
public class ApplicationDBExamContext : DbContext, IApplicationDBExamContext
{
#region " From Existing Database "
public DbSet<Candidate> Candidates { get; set; }