Esempio n. 1
0
 public GenericRepo(BowlingDbContext context)
 {
     _context = context;
     _dbSet   = context.Set <T>();
 }
Esempio n. 2
0
 public UnitOfWork(BowlingDbContext context)
 {
     _context = context;
 }