public VideoGamesController(MiniProjetKhaoudiContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public BooksController(MiniProjetKhaoudiContext context)
 {
     _context = context;
 }