public MissionController(MindstormDbContext context)
 {
     ctx = context;
 }
Example #2
0
 public MatchController(MindstormDbContext context)
 {
     ctx = context;
 }
Example #3
0
 public TeamsController(MindstormDbContext context)
 {
     ctx = context;
 }