public SponsorsController(PardosContext context)
 {
     _context = context;
 }
Exemple #2
0
 public InfoController(PardosContext context)
 {
     _context = context;
 }
 public RecruitmentController(PardosContext context)
 {
     _context = context;
 }
Exemple #4
0
 public AuthenticationController(UserManager <IdentityUserModel> userManager, PardosContext context)
 {
     _userManager = userManager;
     _context     = context;
 }
 public PlayersController(PardosContext context)
 {
     _context = context;
 }
 public TeamController(PardosContext context)
 {
     _context = context;
 }
Exemple #7
0
 public BlocController(PardosContext context)
 {
     _context = context;
 }
 public PositionsController(PardosContext context)
 {
     _context = context;
 }
 public RolController(PardosContext context)
 {
     _context = context;
 }