Currently I use unity and prism.
If I want to put stuff into unity i do it at the module level.
How do I do it with MEF?
I see that I add exports to the class, but how does MEF know to add these? Does it do it by class library? is there a way to link it to modules?