Beispiel #1
0
 public UsersController(MyFootballContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ProfileController(MyFootballContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public GamesController(MyFootballContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public TeamsController(MyFootballContext context)
 {
     _context = context;
 }