Closed SimonG96 closed 5 years ago
Simplify the registration process in an IIocInstaller:
IIocInstaller
IocContainer.Register()
private
internal
Register<>()
RegistrationFactory
IIocContainer
RegisterFactory<>()
IocContainer
Return the IRegistrationBase from IIocContainer.Register<>() as well to allow calling of OnCreate() and Instance() (#23)
IRegistrationBase
IIocContainer.Register<>()
OnCreate()
Instance()
Simplify the registration process in an
IIocInstaller
:IocContainer.Register()
private
/internal
Register<>()
methods fromRegistrationFactory
to containerRegistrationFactory
internalIIocContainer
parameter from theRegisterFactory<>()
methodsRegistrationFactory
methods from their counterpart in theIocContainer
IIocInstaller
s