mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor: branches and warehouses to nestjs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user