From 5d2fec0f252670af1c498335e85644cfa4c70e3f Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 10:18:00 -0300 Subject: [PATCH] =?UTF-8?q?F3.1:=20integrar=20cat=C3=A1logo=20por=20famili?= =?UTF-8?q?a=20t=C3=A9cnica?= 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 a729496..466c54f 100644 --- a/api-v3/src/asset-master/asset-master.module.ts +++ b/api-v3/src/asset-master/asset-master.module.ts @@ -24,6 +24,8 @@ import { AssetRegistryService } from './asset-registry.service'; import { FieldDiscoveryInspectionLinkService } from '../inspection-operations/field-discovery-inspection-link.service'; 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'; @Module({ imports: [AuditModule], @@ -31,6 +33,7 @@ import { InventoryStructureService } from './inventory-structure.service'; AssetTypesController, AssetsController, InventoryStructureController, + InventoryFamilyCatalogController, AssetGeometriesController, MapAssetsController, AssetHistoryController, @@ -44,6 +47,7 @@ import { InventoryStructureService } from './inventory-structure.service'; AssetTypesService, AssetsService, InventoryStructureService, + InventoryFamilyCatalogService, AssetGeometriesService, AssetHistoryService, AssetMediaService,