I have a container implemented in unity 2.0 and DI.
I have a singleton factory class that i register in the container.
How can I register it if one of its constructor parameters are IContainer ?
What is the technique to do so ? To register singelton object that consumes the container in the constructor.
Thanks