Пример #1
0
 public UsersController(MyFootballContext context)
 {
     _context = context;
 }
Пример #2
0
 public ProfileController(MyFootballContext context)
 {
     _context = context;
 }
Пример #3
0
 public GamesController(MyFootballContext context)
 {
     _context = context;
 }
Пример #4
0
 public TeamsController(MyFootballContext context)
 {
     _context = context;
 }