public ShowsRepository(CastDBContext context) { _context = context; }
public PeopleRepository(CastDBContext context) { _context = context; }