Creating an instance of a class using DI [Answered]
This is purely just out of curiosity. If you have a class which takes some arguments in its ctor and you want to create an instance of the class using some types registered in DI, is there any simple way to do that?