Exemplo n.º 1
0
 public MissionController(MindstormDbContext context)
 {
     ctx = context;
 }
Exemplo n.º 2
0
 public MatchController(MindstormDbContext context)
 {
     ctx = context;
 }
Exemplo n.º 3
0
 public TeamsController(MindstormDbContext context)
 {
     ctx = context;
 }