public IntervencoesController(IntervManutContext context) { _context = context; }
public LinhaProdsController(IntervManutContext context) { _context = context; }
public PecasController(IntervManutContext context) { _context = context; }
public TecnicosController(IntervManutContext context) { _context = context; }
public EstadosController(IntervManutContext context) { _context = context; }
public EquipamentosController(IntervManutContext context) { _context = context; }