public InventarsController(FootballTeamContext context)
 {
     _context = context;
 }
 public ProfessionsController(FootballTeamContext context)
 {
     _context = context;
 }
 public AccountController(FootballTeamContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ContractsController(FootballTeamContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public PersonalsController(FootballTeamContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public PlayersController(FootballTeamContext context)
 {
     _context = context;
 }