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