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