Example #1
0
 public MessageService(IDispatcherService dispatcherService)
     : this(dispatcherService, dispatcherService?.GetDependencyResolver().Resolve <ILanguageService>())
 {
     // Note: backwards compatibility ctor
 }