refactor: items services to Nestjs

This commit is contained in:
Ahmed Bouhuolia
2024-12-15 15:23:46 +02:00
parent 0a112c5655
commit 87e9cd64e8
21 changed files with 812 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
import { I18nService } from 'nestjs-i18n';
import { Transformer } from './Transformer';
import { Injectable } from '@nestjs/common';
import { Global, Injectable } from '@nestjs/common';
import { TenancyContext } from '../Tenancy/TenancyContext.service';
import { TransformerContext } from './Transformer.types';