Beispiel #1
0
 public AppBaseController()
 {
     appinfoService = new AppInstallerService();
     themeService = new ThemeService();
 }
 public AppConfigController() {
     themeService = new ThemeService();
     appService = new AppInstallerService();
 }
Beispiel #3
0
 public AppThemeController()
 {
     themeService = new ThemeService();
 }