public TrendCorrectionHelper(ITrendCorrectionService service)
        {
            if (service == null)
                throw new ArgumentNullException();

            _service = (service as TrendCorrectionService);
        }
Exemple #2
0
        public TrendCorrectionHelper(ITrendCorrectionService service)
        {
            if (service == null)
            {
                throw new ArgumentNullException();
            }

            _service = (service as TrendCorrectionService);
        }