public InventarsController(FootballTeamContext context)
 {
     _context = context;
 }
 public ProfessionsController(FootballTeamContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public AccountController(FootballTeamContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public ContractsController(FootballTeamContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public PersonalsController(FootballTeamContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public PlayersController(FootballTeamContext context)
 {
     _context = context;
 }