Exemplo n.º 1
0
 public Repository(eLearningContext context)
 {
     _context = context;
     dbSet    = _context.Set <Entity>();
 }
Exemplo n.º 2
0
 public UnitOfWork(eLearningContext context = null)
 {
     _context = context;
 }