Exemplo n.º 1
0
 public GenericRepository(TestPlatformDBContext context)
 {
     _context = context;
     _dbSet   = context.Set <TEntity>();
 }
Exemplo n.º 2
0
 public CoursesRepo(
     TestPlatformDBContext context
     )
 {
     _context = context;
 }