Exemplo n.º 1
0
 public AppBaseController()
 {
     appinfoService = new AppInstallerService();
     themeService = new ThemeService();
 }
Exemplo n.º 2
0
 public AppConfigController() {
     themeService = new ThemeService();
     appService = new AppInstallerService();
 }
Exemplo n.º 3
0
 public AppThemeController()
 {
     themeService = new ThemeService();
 }