refactor: dtos validation

This commit is contained in:
Ahmed Bouhuolia
2025-03-20 05:42:19 +02:00
parent fd65ee9428
commit 136cc907bb
105 changed files with 1641 additions and 366 deletions

View File

@@ -6,6 +6,11 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class TrialBalanceSheetApplication {
/**
* @param {TrialBalanceSheetService} sheetService - The trial balance sheet service.
* @param {TrialBalanceSheetTableInjectable} tablable - The trial balance sheet table injectable.
* @param {TrialBalanceExportInjectable} exportable - The trial balance export injectable.
*/
constructor(
private readonly sheetService: TrialBalanceSheetService,
private readonly tablable: TrialBalanceSheetTableInjectable,