Пример #1
0
 public GenericRepository()
 {
     _context = new WFJEntities();
     _table   = _context.Set <T>();
 }