SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Simplify registration #22

Closed SimonG96 closed 5 years ago

SimonG96 commented 5 years ago

Simplify the registration process in an IIocInstaller:

SimonG96 commented 5 years ago

Return the IRegistrationBase from IIocContainer.Register<>() as well to allow calling of OnCreate() and Instance() (#23)