DDD和实体框架核心导航属性

时间:2020-07-11 14:46:19

标签: asp.net entity-framework domain-driven-design bounded-contexts

我想在我的 Account BoundedContext 中使用导航属性(CompanyId和Company Class),并且Company Entity存在于 Identity BoundedContext 中,并且我想在< strong> Account BoundedContext 用于在数据库表中添加外键,因为我想在Accounting Context中使用代码优先的迁移。

我不会只为数据库表使用单独的数据模型项目。

0 个答案:

没有答案