像使用Unity IoC一样映射

时间:2018-06-11 23:46:10

标签: unity-container

有没有一种快速的方法可以将ISomething映射到Something而不为每个地图明确地执行此操作?

所以,不要写下很多这些:

container.RegisterType<ISomethinmg, Somethinmg>();
container.RegisterType<ISomethinmgElse, SomethinmgElse>(); 

我可以跳过注册,只是在运行时正确映射吗?

0 个答案:

没有答案