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