public JudgeController(IJudgeRepo _judges) { this.judges = _judges; }
public JudgeParticipantController(IJudgeParticipantRepo _judgeparticipant, IJudgeRepo _judges, IContestRepo _contests) { this.judgeParticipants = _judgeparticipant; this.judges = _judges; this.contests = _contests; }