refactor: branches and warehouses to nestjs

This commit is contained in:
Ahmed Bouhuolia
2024-12-21 00:10:09 +02:00
parent dc52f784b6
commit cb8fd68d46
126 changed files with 5419 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ import { TransformerContext } from './Transformer.types';
@Injectable()
export class TransformerInjectable {
/**
* @param {TenancyContext} tenancyContext - Tenancy context.
* @param {I18nService} i18n - I18n service.
*/
constructor(
private readonly tenancyContext: TenancyContext,
private readonly i18n: I18nService,