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