Exemple #1
0
        public void ComfortableMethod()
        {
            Console.WriteLine(first.UsefulAction());
            var result = second.UsefulAction();

            Console.WriteLine(third.AnotherAction(result));
        }