feat: match bank transaction

This commit is contained in:
Ahmed Bouhuolia
2024-06-20 23:31:46 +02:00
parent b37002bea6
commit 738a84bb4b
20 changed files with 492 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ import { ExcludeBankTransactionsApplication } from '@/services/Banking/Exclude/E
@Service()
export class ExcludeBankTransactionsController extends BaseController {
@Inject()
prviate excludeBankTransactionApp: ExcludeBankTransactionsApplication;
private excludeBankTransactionApp: ExcludeBankTransactionsApplication;
/**
* Router constructor.