// overload constructor allowing you to pass in your own context public Repository(ForumContext context) { _context = context; }
public Repository() { _context = new ForumContext(); }