public void Run( ISettingsService setting, IServersService servers, IConfigMgrService configMgr) { this.configMgrService = configMgr; this.settingService = setting; this.serversService = servers; this.utilsService = new ApiComponents.UtilsApi(); this.webService = new ApiComponents.WebApi(); }
public void Run( ISettingsService setting, IServersService servers, IConfigMgrService configMgr, IShareLinkMgrService slinkMgr, INotifierService notifier) { this.configMgrService = configMgr; this.settingService = setting; this.serversService = servers; this.slinkMgrService = slinkMgr; this.notifierService = notifier; this.utilsService = new ApiComponents.UtilsApi(); this.webService = new ApiComponents.WebApi(); }