标签: dependency-injection asp.net-core inversion-of-control
我的项目中有UI,BLL和DAL图层, DAL和UI引用了BLL(Clean Architecture)
我想在Startup类中将实现类型连接到DAL, 为了在UI项目的Startup.cs文件中的ConfigureServices中连接依赖项注入,项目可能需要引用DAL项目。如何删除此依赖项?