Example #1
0
        public CruncherAutomator(NumberCruncher cruncher)
        {
            if (cruncher == null)
                throw new ArgumentNullException(nameof(cruncher));

            _cruncher = cruncher;
        }
Example #2
0
        public CruncherAutomator(NumberCruncher cruncher)
        {
            if (cruncher == null)
            {
                throw new ArgumentNullException(nameof(cruncher));
            }

            _cruncher = cruncher;
        }