Exemple #1
0
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }
Exemple #2
0
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory   = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }