public ScoringSystemWeightController(PowerRankingsContext context)
 {
     _context = context;
 }
Пример #2
0
 public PollScoringSystemController(PowerRankingsContext context)
 {
     _context = context;
 }
Пример #3
0
 public PollController(PowerRankingsContext context)
 {
     _context = context;
 }