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

@ -41,7 +41,7 @@ namespace BMA.EHR.Infrastructure
}),
ServiceLifetime.Transient);
services.AddScoped<IApplicationDBContext>(provider => provider.GetService<ApplicationDBExamContext>());
services.AddScoped<IApplicationDBExamContext>(provider => provider.GetService<ApplicationDBExamContext>());
return services;
}