Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created January 24, 2015 20:58
Show Gist options
  • Save SteveGilham/b4e8f0520f938e3aeefd to your computer and use it in GitHub Desktop.
Save SteveGilham/b4e8f0520f938e3aeefd to your computer and use it in GitHub Desktop.
public IBar CreateBar(FooBar desired)
{
IFoo foo = FooFactory.CreateFoo(desired.foo);
return foo.CreateBar(desired.bar);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment