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