public UserRepository(IPollContext context) { _context = context; }
public PollRepository(IPollContext context) { _context = context; }