From outside the App - what is the most elegant way to resolve a dependency injection
var service = (IMyService) ((PrismApplicationBase) Application.Current).Container.Resolve(typeof(IMyService));
From outside the App - what is the most elegant way to resolve a dependency injection
var service = (IMyService) ((PrismApplicationBase) Application.Current).Container.Resolve(typeof(IMyService));