refactor: dynamic list to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-14 22:57:54 +02:00
parent 081fdebee0
commit e7e7a95aa1
81 changed files with 596 additions and 742 deletions

View File

@@ -31,7 +31,7 @@ export class GetPaymentsReceivedService {
// Dynamic list service.
const dynamicList = await this.dynamicListService.dynamicList(
PaymentReceive,
PaymentReceived,
filter,
);
const { results, pagination } = await this.paymentReceivedModel