Closed SimonG96 closed 5 years ago
The non-generic register methods like IIocContainer.Register(Type, Type, Lifestyle) can be removed from the IIocContainer and the RegistrationFactory.
IIocContainer.Register(Type, Type, Lifestyle)
IIocContainer
RegistrationFactory
The non-generic register methods like
IIocContainer.Register(Type, Type, Lifestyle)
can be removed from theIIocContainer
and theRegistrationFactory
.