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

Remove UnitTestCallbackRegistration #38

Closed SimonG96 closed 4 years ago

SimonG96 commented 4 years ago

UnitTestCallbackRegistration is no longer needed, use WithFactoryMethod() from ISingleTypeRegistration instead.