Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Last active November 1, 2016 13:12
Show Gist options
  • Save casper-rasmussen/8d247ccdabf04f0203986f37cad54504 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/8d247ccdabf04f0203986f37cad54504 to your computer and use it in GitHub Desktop.
public class FakeView : IView
{
public void Render(ViewContext viewContext, TextWriter writer)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment