public ScoringSystemWeightController(PowerRankingsContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public PollScoringSystemController(PowerRankingsContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public PollController(PowerRankingsContext context)
 {
     _context = context;
 }