Пример #1
0
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }
Пример #2
0
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory   = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }