public IntervencoesController(IntervManutContext context)
 {
     _context = context;
 }
 public LinhaProdsController(IntervManutContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public PecasController(IntervManutContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public TecnicosController(IntervManutContext context)
 {
     _context = context;
 }
 public EstadosController(IntervManutContext context)
 {
     _context = context;
 }
 public EquipamentosController(IntervManutContext context)
 {
     _context = context;
 }