Esempio n. 1
0
 public GenericRepository()
 {
     _context = new ToyContext();
     _set     = _context.Set <Tentity>();
 }