|
I followed your instructions to add the Package to my project.
I registered my Interface in the WCFServiceFactory.cs
Now, How do I resolve this type inside my WPF app? I can't seem to get the Unity container to find the interface type right it seems.
Assume my Interface is IBPService and Class is BPService
Assume my Service namespace is BPService
How would this be done in my WPF app?
Thanks!
|