public ScoringSystemWeightController(PowerRankingsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public PollScoringSystemController(PowerRankingsContext context)
 {
     _context = context;
 }
Exemple #3
0
 public PollController(PowerRankingsContext context)
 {
     _context = context;
 }