Yesterday I\'ve implemented the code:
CustomerProductManager productsManager = container.Resolve();
It was co
In my situation, I had Bootstrapper implement its own Resolve without the generic version, so it couldn't find the Microsoft's Unity Resolve. Adding the proper usings did the trick.