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;
 }