public GameRepository(CelebrityContext context) { this.context = context; }
public ConceptRepository(CelebrityContext context) { this.context = context; }
public SubcategoryRepository(CelebrityContext context) { this.context = context; }
public UserRepository(CelebrityContext context) { this.context = context; }