Skip to content

Instantly share code, notes, and snippets.

@insightcoder
Last active August 21, 2017 12:26
public class Foo : IFoo
{
private IBar _bar;
public Foo()
{
_bar = new Bar();
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment