public VideoGamesController(MiniProjetKhaoudiContext context)
 {
     _context = context;
 }
Exemple #2
0
 public BooksController(MiniProjetKhaoudiContext context)
 {
     _context = context;
 }