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