Example #1
0
 public TrainingController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Example #2
0
 public UserController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Example #3
0
 public GameController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }
Example #4
0
 public EventController(AirsoftTeamDBContext airsoftTeamDbContext)
 {
     _airsoftTeamDbContext = airsoftTeamDbContext;
 }