In PRISM, I've got two modules:
|_ ModuleA
| |_ViewA
| |_ViewModelA
| |_ModelA
|
|_ ModuleB
|_ViewB
|_ViewModelB
|_ModelB
And I want to have a factory design where you can choose the Module to show in the shell (I'm using Unity)
I've just created factory designs for models, for never to Views in PRISM.