public FicheCompresseursController(Gestion_Compresseur_DBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GRHsController(Gestion_Compresseur_DBContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CompresseurFilialesController(Gestion_Compresseur_DBContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ConsommablesController(Gestion_Compresseur_DBContext context)
 {
     _context = context;
 }