Ejemplo n.º 1
0
 public ProductRepository(ConferenciaContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public UserRepository(ConferenciaContext context)
 {
     _context = context;
     users    = _context.Set <User>();
 }