diff --git a/api-v3/src/asset-master/asset-master.module.ts b/api-v3/src/asset-master/asset-master.module.ts index 44982eb..1fba3d4 100644 --- a/api-v3/src/asset-master/asset-master.module.ts +++ b/api-v3/src/asset-master/asset-master.module.ts @@ -26,6 +26,7 @@ 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 { InventoryFunctionService } from './inventory-function.service'; import { FieldInventoryMergeController, InventoryMergeController } from './inventory-merge.controller'; import { InventoryMergeService } from './inventory-merge.service'; import { MergedInventoryDossierService } from './merged-inventory-dossier.service'; @@ -56,6 +57,7 @@ import { InventoryBrowserService } from './inventory-browser.service'; AssetsService, InventoryStructureService, InventoryFamilyCatalogService, + InventoryFunctionService, InventoryBrowserService, InventoryMergeService, MergedInventoryDossierService,