public GameController(LeBataillonDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public TeamController(LeBataillonDbContext context)
 {
     _context = context;
 }
 public PlayerController(LeBataillonDbContext context)
 {
     _context = context;
 }