摘要:
MediatR CQRS 目录结构 ├─MediatR_Demo │ ├─Application │ │ └─Movies │ │ ├─Commands │ │ │ └─CreateMovie │ │ └─Queries │ │ ├─GetMovie │ │ └─GetMovies │ ├─Cont 阅读全文
2024年9月2日 #
摘要:
DDD中扩展的思路 先到 domain 层 增加相应的实体(entity) 再到 基础设施层(Infrastructure)的数据库上下文中(DB Context)中注册实体 然后回到 domain 层定义 实体对应仓储层(I Repository) 的接口 再到 基础设施层(Infrastruct 阅读全文