public void Blah() { //I'm using bar, but I can swap it out easily without this line of code caring _bar.DoSomething(); }
public void Blah() { //I'm using bar, but I can swap it out easily without this line of code caring _bar.DoSomething(); Console.WriteLine("THis is BetterFoo"); }
public void Blah() { _bar.DoSomething(); }