public UserRepository(ExamenDBContext context) { _context = context; }
public DataRepository(ExamenDBContext context) { _context = context; }