Exemplo n.º 1
0
 public Repository(InBuMenContext context)
 {
     this._context = context;
     _table        = context.Set <T>();
 }
Exemplo n.º 2
0
 public Repository()
 {
     this._context = new InBuMenContext();
     _table        = _context.Set <T>();
 }