public SiteConfigController() {
     logService = new SiteLogService();
     appService = new AppInstallerService();
 }
Esempio n. 2
0
 public AppConfigController()
 {
     themeService = new ThemeService();
     appService   = new AppInstallerService();
 }
Esempio n. 3
0
 public SiteConfigController()
 {
     logService = new SiteLogService();
     appService = new AppInstallerService();
 }
 public AppConfigController() {
     themeService = new ThemeService();
     appService = new AppInstallerService();
 }
Esempio n. 5
0
 public DownloadInstaller()
 {
     installService = new AppInstallerService();
 }
Esempio n. 6
0
 public ForumInstaller()
 {
     installService = new AppInstallerService();
 }