Contructor parameters for dependent classes with Unity Framework
- by Onisemus
I just started using the Unity Application Block to try to decouple my classes and make it easier for unit testing. I ran into a problem though that I'm not sure how to get around. Looked through the documentation and did some Googling but I'm coming up dry. Here's the situation:
I have a facade-type class which is a chat bot. It is a singleton…