Beispiel #1
0
        public void RunTheEntireShow()
        {
            _dependency.DoStuff();
            // some instructions
            DoDerivedStuff();
            // some more instructions

            // ... and here i would need:
            //_anotherDependency.DoMoreStuff();
        }