WuMortal / DDDSample

this is DDDSamp
MIT License
13 stars 8 forks source link

完成一个简单的案例(UserEntity、UserSerivce、UserRepository、UserDTO) #1

Closed WuMortal closed 5 years ago

WuMortal commented 5 years ago

1.IRepository 和 Repository 添加 DI(依赖注入)。 2.需要先注入 IFreeSql 3.创建IUserService 和 UserService 4.IService 和 Service 加入 DI 5.创建 UserDTO 5.Application 层 引入 AutoMapper,完成 UserEntity 和 UserDTO 的映射 6.考虑加入IDomainService,实现 领域服务 DI,达到全程 DI

WuMortal commented 5 years ago

IDomainService 未实现DI