public BackgroundJobService() { _groupFunctionsService = new GroupFunctionsService(); _jobStateService = new JobStateService(); _requaredFunctions = new RequiredFunctions().GetRequiredFunctions(); _accountManager = new AccountManager(); }
public GroupFunctionsController() { this._groupFunctionsService = new GroupFunctionsService(); }