标签: dependency-injection asp.net-core
使用ASP.NET Core,在文件“Startup.cs”中我可以使用方法ConfigureServices注册依赖项,并添加到对象“services”。如何配置接口的多个具体实现,以便运行时解析将确定正确的具体实现(例如按名称)?