Example #1
0
        public static string IndividualA(IOService iOService)
        {
            var task = new IndividualA();

            return(task.GetTaskResult(iOService.GetNumbers("Enter the numbers separated by a space")));
        }
Example #2
0
        public static string Common2(IOService iOService)
        {
            var task = new Common2();

            return(task.GetTaskResult(iOService.GetNumbers("Enter the numbers separated by a space")));
        }