Beispiel #1
0
 public IslemlerDal(EntityContext context)
 {
     _context = context;
     _table   = context.Set <T>();
 }
Beispiel #2
0
 public IslemlerDal()
 {
     _context = new EntityContext();
     _table   = _context.Set <T>();
 }