public LayoutController( IUserNavigationManager userNavigationManager, ISessionAppService sessionAppService, IMultiTenancyConfig multiTenancyConfig, ILanguageManager languageManager, IPublisherAppService publisherAppService, IAcademicUnitAppService academicUnitAppService, ICareerAppService careerAppService, ICourseCategoriesAppService courseCategoriesAppService, INotificationAppService notificationAppService) { _userNavigationManager = userNavigationManager; _sessionAppService = sessionAppService; _multiTenancyConfig = multiTenancyConfig; _languageManager = languageManager; _publisherAppService = publisherAppService; _academicUnitAppService = academicUnitAppService; _careerAppService = careerAppService; _courseCategoriesAppService = courseCategoriesAppService; _notificationAppService = notificationAppService; }
public CareersController(ICareerAppService careerAppService) { _careerAppService = careerAppService; }