Skip to content

Instantly share code, notes, and snippets.

@bsommardahl
Created December 6, 2012 21:04
Show Gist options
  • Save bsommardahl/4228388 to your computer and use it in GitHub Desktop.
Save bsommardahl/4228388 to your computer and use it in GitHub Desktop.
public Monkey GetMonkeyById(int id)
{
var monkey = _monkeyRepository.Get(id);
return monkey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment