예제 #1
0
 public Repository(InBuMenContext context)
 {
     this._context = context;
     _table        = context.Set <T>();
 }
예제 #2
0
 public Repository()
 {
     this._context = new InBuMenContext();
     _table        = _context.Set <T>();
 }