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