Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Created November 3, 2012 09:09
Show Gist options
  • Save morsdyce/4006659 to your computer and use it in GitHub Desktop.
Save morsdyce/4006659 to your computer and use it in GitHub Desktop.
private readonly IEBookRepository _bookRepository;
public HomeController(IEBookRepository bookRepository)
{
this._bookRepository = bookRepository;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment