From 052384bfe083576b8d7f84922aa44fac491cdea8 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 09:33:56 -0300 Subject: [PATCH] =?UTF-8?q?feat(f6):=20registrar=20servicio=20de=20valores?= =?UTF-8?q?=20t=C3=A9cnicos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v3/src/asset-master/asset-master.module.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-v3/src/asset-master/asset-master.module.ts b/api-v3/src/asset-master/asset-master.module.ts index 1fba3d4..4742fb9 100644 --- a/api-v3/src/asset-master/asset-master.module.ts +++ b/api-v3/src/asset-master/asset-master.module.ts @@ -26,6 +26,8 @@ import { InventoryStructureController } from './inventory-structure.controller'; import { InventoryStructureService } from './inventory-structure.service'; import { InventoryFamilyCatalogController } from './inventory-family-catalog.controller'; import { InventoryFamilyCatalogService } from './inventory-family-catalog.service'; +import { InventoryTechnicalValuesController } from './inventory-technical-values.controller'; +import { InventoryTechnicalValuesService } from './inventory-technical-values.service'; import { InventoryFunctionService } from './inventory-function.service'; import { FieldInventoryMergeController, InventoryMergeController } from './inventory-merge.controller'; import { InventoryMergeService } from './inventory-merge.service'; @@ -40,6 +42,7 @@ import { InventoryBrowserService } from './inventory-browser.service'; AssetsController, InventoryStructureController, InventoryFamilyCatalogController, + InventoryTechnicalValuesController, InventoryBrowserController, InventoryMergeController, FieldInventoryMergeController, @@ -57,6 +60,7 @@ import { InventoryBrowserService } from './inventory-browser.service'; AssetsService, InventoryStructureService, InventoryFamilyCatalogService, + InventoryTechnicalValuesService, InventoryFunctionService, InventoryBrowserService, InventoryMergeService,