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