public SessionRepository(IPlanningPokerContext planningPokerContext) { this.context = planningPokerContext; }
public SummaryRepository(IPlanningPokerContext planningPokerContext) { this.context = planningPokerContext; }