Beispiel #1
0
 public SessionRepository(IPlanningPokerContext planningPokerContext)
 {
     this.context = planningPokerContext;
 }
Beispiel #2
0
 public SummaryRepository(IPlanningPokerContext planningPokerContext)
 {
     this.context = planningPokerContext;
 }