Beispiel #1
0
 public NgController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #2
0
 public SeasonController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #3
0
 public TeamsController(LO30DbContext context)
 {
   _context = context;
 }
 public ScoreSheetEntryProcessedGoalController(LO30DbContext context)
 {
   _context = context;
 }
 public GoalieStatTeamController(LO30DbContext context)
 {
   _context = context;
 }
 public PlayerStatSeasonController(LO30DbContext context)
 {
   _context = context;
 }
 public DataProcessingController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #8
0
 public ScheduleController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #9
0
 public PlayersController(LO30DbContext context)
 {
   _context = context;
 }
 public GoalieStatSeasonController(LO30DbContext context)
 {
   _context = context;
 }
 public TeamStandingController(LO30DbContext context)
 {
   _context = context;
 }
 public PlayerStatCareerController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #13
0
 public HomeController(ILogger<HomeController> logger, LO30DbContext context)
 {
   _logger = logger;
   _context = context;
 }
 public PlayerStatGameController(LO30DbContext context)
 {
   _context = context;
 }
 public GoalieStatGameController(LO30DbContext context)
 {
   _context = context;
 }
Beispiel #16
0
 public GameController(LO30DbContext context)
 {
   _context = context;
 }
 public PlayerStatTeamController(LO30DbContext context)
 {
   _context = context;
 }