DependencyInjection
Entity Context Dependency Injection
-
ควรใช้ AddDbContextFactory (ในไฟล์ program.cs)
-
การเรียกใช้ Model Context ภายใน Services ต้องส่ง contextFactory ผ่าน constructor
-
การสร้าง DbContext
ควรใช้ AddDbContextFactory (ในไฟล์ program.cs)
การเรียกใช้ Model Context ภายใน Services ต้องส่ง contextFactory ผ่าน constructor
การสร้าง DbContext