Exemplo n.º 1
0
 public TrainingController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Exemplo n.º 2
0
 public UserController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Exemplo n.º 3
0
 public GameController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Exemplo n.º 4
0
 public EventController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }