public SiteConfigController() { logService = new SiteLogService(); appService = new AppInstallerService(); }
public AppConfigController() { themeService = new ThemeService(); appService = new AppInstallerService(); }
public DownloadInstaller() { installService = new AppInstallerService(); }
public ForumInstaller() { installService = new AppInstallerService(); }