|
Hi I am just trying to find out how would I manually resolve IOrchardServices so I can call:
var themePath = services.WorkContext.CurrentTheme.Path;
to then register bundles for bundling and minification?
I don't want to hardcode the theme's path if i can help it..
Sorry I've never used autofac and the docs haven't got an example I could find.
Cheers,
Tom
|