public Effects(MainForm mainForm, ISendAlertService sendAlertService, AlertService alertService, DataCollectionService dataCollectionService) { this.mainForm = mainForm; this.dataCollectionService = dataCollectionService; this._alertService = alertService; this._sendAlertService = sendAlertService; }
public VaultController(IVaultAccessService vaultAccessService, ISendAlertService sendAlertService) { _vaultAccessService = vaultAccessService; _sendAlertService = sendAlertService; }