使用AddDbContext时可以将依赖项注入DbContext吗?

时间:2019-12-05 21:45:00

标签: c# entity-framework .net-core

我正在尝试使用依赖注入来实现this solution

我所有的DbContext使用 EntityFrameworkServiceCollectionExtensions.AddDbContext 注册。但是我不知道如何添加将传递给构造函数的依赖项(然后可以将其注册为成员变量,以便在调用 Db.Context.OnModelCreating 时可以访问它们)。

BusinessPartnerFormattedName

0 个答案:

没有答案