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