public ForecastSearchByUsersService(IForecastMonthRepository forecastMonthRepository , HolidaysByPeriodProvider holidaysByPeriodProvider , IDomainSettings domainSettings) { _forecastMonthRepository = forecastMonthRepository; _holidaysByPeriodProvider = holidaysByPeriodProvider; _domainSettings = domainSettings; }
public ForecastSearchByRegistrationService(IForecastMonthRepository forecastMonthRepository , ForecastMonthSearchCriteriaCollector criteriaCollector , HolidaysByPeriodProvider holidaysByPeriodProvider , IDomainSettings domainSettings) { _forecastMonthRepository = forecastMonthRepository; _criteriaCollector = criteriaCollector; _holidaysByPeriodProvider = holidaysByPeriodProvider; _domainSettings = domainSettings; }